Color Hex Logo

#00142b Color Hex

#00142B
(0,20,43)
0 Favorites   0 Comments

Color spaces of #00142b

RGB 02043
HSL0.591.000.08
HSV212°100°17°
CMYK 1.000.530.00   0.83
XYZ0.68620.67472.3796
Yxy0.67470.18350.1804
Hunter Lab8.21400.5374-11.4265
CIE-Lab6.09451.8400-17.8231

#00142b color RGB value is (0,20,43).

#00142b hex color red value is 0, green value is 20 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #00142b hue: 0.59 , saturation: 1.00 and the lightness value of 00142b is 0.08.

The process color (four color CMYK) of #00142b color hex is 1.00, 0.53, 0.00, 0.83. Web safe color of #00142b is #000033. Color #00142b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00010100 00101011
Octal 0 24 53
Decimal 0 20 43
Hex 0 14 2B

RGB Percentages of Color #00142b

%0.00
%31.75
%68.25

CMYK Percentages of Color #00142b

%100
%53
%0
%83

Triadic Colors of #00142b

#00142b #2b0014 #142b00

Analogous Colors of #00142b

#00142b #02002b #002a2b

Monochromatic Colors of #00142b

#00142b

Complementary Color

#00142b #2b1700

#00142b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00142b Color Preview on White Background

Lorem ipsum dolor sit amet.

#00142b Color CSS Codes

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

#00142b Text Font Color

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

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


#00142b Background Color

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

This div background color is #00142b


#00142b Border Color

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

This div border color is #00142b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,20,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00142b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00142b;
  -webkit-box-shadow: 1px 1px 3px 2px #00142b;
  box-shadow:         1px 1px 3px 2px #00142b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00142b

#00142b Color Palettes


Comments

No comments written yet.

Please login to write comment.