Color Hex Logo

#0612bb Color Hex

#0612BB
(6,18,187)
0 Favorites   0 Comments

Color spaces of #0612bb

RGB 618187
HSL0.660.940.38
HSV236°97°73°
CMYK 0.970.900.00   0.27
XYZ9.26114.059247.3091
Yxy4.05920.15270.0670
Hunter Lab20.147546.7923-125.1182
CIE-Lab23.866258.2425-82.7462

#0612bb color RGB value is (6,18,187).

#0612bb hex color red value is 6, green value is 18 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #0612bb hue: 0.66 , saturation: 0.94 and the lightness value of 0612bb is 0.38.

The process color (four color CMYK) of #0612bb color hex is 0.97, 0.90, 0.00, 0.27. Web safe color of #0612bb is #0000cc. Color #0612bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00010010 10111011
Octal 6 22 273
Decimal 6 18 187
Hex 6 12 BB

RGB Percentages of Color #0612bb

%2.84
%8.53
%88.63

CMYK Percentages of Color #0612bb

%97
%90
%0
%27

Triadic Colors of #0612bb

#0612bb #bb0612 #12bb06

Analogous Colors of #0612bb

#0612bb #5406bb #066dbb

Monochromatic Colors of #0612bb

#0612bb

Complementary Color

#0612bb #bbaf06

#0612bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0612bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0612bb Color CSS Codes

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

#0612bb Text Font Color

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

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


#0612bb Background Color

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

This div background color is #0612bb


#0612bb Border Color

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

This div border color is #0612bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0612bb


Comments

No comments written yet.

Please login to write comment.