Color Hex Logo

#06188d Color Hex

#06188D
(6,24,141)
0 Favorites   0 Comments

Color spaces of #06188d

RGB 624141
HSL0.640.920.29
HSV232°96°55°
CMYK 0.960.830.00   0.45
XYZ5.20952.615125.4295
Yxy2.61510.15670.0786
Hunter Lab16.171329.2032-81.9143
CIE-Lab18.431441.5171-63.8011

#06188d color RGB value is (6,24,141).

#06188d hex color red value is 6, green value is 24 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #06188d hue: 0.64 , saturation: 0.92 and the lightness value of 06188d is 0.29.

The process color (four color CMYK) of #06188d color hex is 0.96, 0.83, 0.00, 0.45. Web safe color of #06188d is #000099. Color #06188d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00011000 10001101
Octal 6 30 215
Decimal 6 24 141
Hex 6 18 8D

RGB Percentages of Color #06188d

%3.51
%14.04
%82.46

CMYK Percentages of Color #06188d

%96
%83
%0
%45

Triadic Colors of #06188d

#06188d #8d0618 #188d06

Analogous Colors of #06188d

#06188d #38068d #065c8d

Monochromatic Colors of #06188d

#06188d

Complementary Color

#06188d #8d7b06

#06188d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06188d Color Preview on White Background

Lorem ipsum dolor sit amet.

#06188d Color CSS Codes

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

#06188d Text Font Color

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

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


#06188d Background Color

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

This div background color is #06188d


#06188d Border Color

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

This div border color is #06188d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,24,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06188d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06188d;
  -webkit-box-shadow: 1px 1px 3px 2px #06188d;
  box-shadow:         1px 1px 3px 2px #06188d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06188d


Comments

No comments written yet.

Please login to write comment.