Color Hex Logo

#012b83 Color Hex

#012B83
(1,43,131)
0 Favorites   0 Comments

Color spaces of #012b83

RGB 143131
HSL0.610.980.26
HSV221°99°51°
CMYK 0.990.670.00   0.49
XYZ4.97313.372921.8617
Yxy3.37290.16460.1117
Hunter Lab18.365516.1957-57.7213
CIE-Lab21.479425.4615-52.4932

#012b83 color RGB value is (1,43,131).

#012b83 hex color red value is 1, green value is 43 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #012b83 hue: 0.61 , saturation: 0.98 and the lightness value of 012b83 is 0.26.

The process color (four color CMYK) of #012b83 color hex is 0.99, 0.67, 0.00, 0.49. Web safe color of #012b83 is #003399. Color #012b83 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00101011 10000011
Octal 1 53 203
Decimal 1 43 131
Hex 1 2B 83

RGB Percentages of Color #012b83

%0.57
%24.57
%74.86

CMYK Percentages of Color #012b83

%99
%67
%0
%49

Triadic Colors of #012b83

#012b83 #83012b #2b8301

Analogous Colors of #012b83

#012b83 #180183 #016c83

Monochromatic Colors of #012b83

#012b83

Complementary Color

#012b83 #835901

#012b83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#012b83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#012b83 Color CSS Codes

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

#012b83 Text Font Color

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

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


#012b83 Background Color

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

This div background color is #012b83


#012b83 Border Color

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

This div border color is #012b83


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,43,131, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #012b83; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #012b83;
  -webkit-box-shadow: 1px 1px 3px 2px #012b83;
  box-shadow:         1px 1px 3px 2px #012b83; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #012b83


Comments

No comments written yet.

Please login to write comment.