Color Hex Logo

#002031 Color Hex

#002031
(0,32,49)
0 Favorites   0 Comments

Color spaces of #002031

RGB 03249
HSL0.561.000.10
HSV201°100°19°
CMYK 1.000.350.00   0.81
XYZ1.07091.25483.0915
Yxy1.25480.19770.2316
Hunter Lab11.2018-2.5384-8.5218
CIE-Lab10.9556-4.0963-14.5393

#002031 color RGB value is (0,32,49).

#002031 hex color red value is 0, green value is 32 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #002031 hue: 0.56 , saturation: 1.00 and the lightness value of 002031 is 0.10.

The process color (four color CMYK) of #002031 color hex is 1.00, 0.35, 0.00, 0.81. Web safe color of #002031 is #003333. Color #002031 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00100000 00110001
Octal 0 40 61
Decimal 0 32 49
Hex 0 20 31

RGB Percentages of Color #002031

%0.00
%39.51
%60.49

CMYK Percentages of Color #002031

%100
%35
%0
%81

Triadic Colors of #002031

#002031 #310020 #203100

Analogous Colors of #002031

#002031 #000731 #00312a

Monochromatic Colors of #002031

#002031

Complementary Color

#002031 #311100

#002031 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#002031 Color Preview on White Background

Lorem ipsum dolor sit amet.

#002031 Color CSS Codes

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

#002031 Text Font Color

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

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


#002031 Background Color

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

This div background color is #002031


#002031 Border Color

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

This div border color is #002031


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,32,49, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #002031; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #002031;
  -webkit-box-shadow: 1px 1px 3px 2px #002031;
  box-shadow:         1px 1px 3px 2px #002031; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #002031


Comments

No comments written yet.

Please login to write comment.