Color Hex Logo

#021295 Color Hex

#021295
(2,18,149)
0 Favorites   0 Comments

Color spaces of #021295

RGB 218149
HSL0.650.970.30
HSV233°99°58°
CMYK 0.990.880.00   0.42
XYZ5.66622.615428.6400
Yxy2.61540.15350.0708
Hunter Lab16.172234.2391-93.6785
CIE-Lab18.432746.9068-68.7781

#021295 color RGB value is (2,18,149).

#021295 hex color red value is 2, green value is 18 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #021295 hue: 0.65 , saturation: 0.97 and the lightness value of 021295 is 0.30.

The process color (four color CMYK) of #021295 color hex is 0.99, 0.88, 0.00, 0.42. Web safe color of #021295 is #000099. Color #021295 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 00010010 10010101
Octal 2 22 225
Decimal 2 18 149
Hex 2 12 95

RGB Percentages of Color #021295

%1.18
%10.65
%88.17

CMYK Percentages of Color #021295

%99
%88
%0
%42

Triadic Colors of #021295

#021295 #950212 #129502

Analogous Colors of #021295

#021295 #3b0295 #025c95

Monochromatic Colors of #021295

#021295

Complementary Color

#021295 #958502

#021295 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#021295 Color Preview on White Background

Lorem ipsum dolor sit amet.

#021295 Color CSS Codes

.mybgcolor {background-color:#021295; } 
.myforecolor {color:#021295; }
.mybordercolor {border:3px solid #021295; }

#021295 Text Font Color

<p style="color:#021295">Text here</p>

This sample text font color is #021295
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#021295 Background Color

<div style="background-color:#021295">
Div content here</div>

This div background color is #021295


#021295 Border Color

<div style="border:3px solid #021295">
Div here</div>

This div border color is #021295


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,18,149, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #021295; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #021295;
  -webkit-box-shadow: 1px 1px 3px 2px #021295;
  box-shadow:         1px 1px 3px 2px #021295; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(2,18,149, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #021295">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #021295;
  -webkit-box-shadow: 1px 1px 3px 2px #021295;
  box-shadow:         1px 1px 3px 2px #021295;">
Div content here</div>

This div box has shadow with color #021295


Comments

No comments written yet.

Please login to write comment.