Color Hex Logo

#021335 Color Hex

#021335
(2,19,53)
0 Favorites   0 Comments

Color spaces of #021335

RGB 21953
HSL0.610.930.11
HSV220°96°21°
CMYK 0.960.640.00   0.79
XYZ0.90050.73573.4627
Yxy0.73570.17660.1443
Hunter Lab8.57733.7298-17.9316
CIE-Lab6.64558.1899-24.3208

#021335 color RGB value is (2,19,53).

#021335 hex color red value is 2, green value is 19 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #021335 hue: 0.61 , saturation: 0.93 and the lightness value of 021335 is 0.11.

The process color (four color CMYK) of #021335 color hex is 0.96, 0.64, 0.00, 0.79. Web safe color of #021335 is #000033. Color #021335 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 00010011 00110101
Octal 2 23 65
Decimal 2 19 53
Hex 2 13 35

RGB Percentages of Color #021335

%2.70
%25.68
%71.62

CMYK Percentages of Color #021335

%96
%64
%0
%79

Triadic Colors of #021335

#021335 #350213 #133502

Analogous Colors of #021335

#021335 #0b0235 #022d35

Monochromatic Colors of #021335

#021335

Complementary Color

#021335 #352402

#021335 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#021335 Color Preview on White Background

Lorem ipsum dolor sit amet.

#021335 Color CSS Codes

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

#021335 Text Font Color

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

This sample text font color is #021335
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.


#021335 Background Color

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

This div background color is #021335


#021335 Border Color

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

This div border color is #021335


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #021335


Comments

No comments written yet.

Please login to write comment.