#060C8E

Color #060C8E Dark Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Blue #060C8E

Tints of Dark Blue #060C8E

Color information

#060C8E (or 0x060C8E) is unknown color: approx Dark Blue. HEX triplet: 06, 0C and 8E. RGB value is (6,12,142). Sum of RGB (Red+Green+Blue) = 6+12+142=160 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.75% from 160); Green value is 12 (5.08% from 255 or 7.5% from 160); Blue value is 142 (55.86% from 255 or 88.75% from 160); Max value from RGB is 142 - color contains mainly: blue. Hex color #060C8E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060C8E is #F9F371. Grayscale: #181818. Windows color (decimal): -16380786 or 9309190. OLE color: 9309190.

HSL color Cylindrical-coordinate representation of color #060C8E: hue angle of 237.35º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #060C8E is Cyan = 0.96, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB612142-
CMYK0.960.9200.44
HSL237.35º91.89%29.02%-
HSV(B)237.35º95.77%55.69%-
XYZ5.092.2525.76-
YUV25.03194.01114.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 3.75%
GREEN value IS 12 (5.08% from 255) = 7.5%
BLUE value IS 142 (55.86% from 255) = 88.75%
R=3.75%
G=7.5%
B=88.75%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6121420.960.9200.44237.3591.8929.02
Hex6C8E605C02Ced5c1d
Octal61421614013405435513435
Binary11011001000111011000001011100010110011101101101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060C8E; }

 p { color: rgb(6,12,142); }

 H1.HeaderClassName
 {
   color: #060C8E;
 }
 .AnyTagClassName
 {
   color: #060C8E;
 }
</style>
background-color css

<style>
 a { background-color: #060C8E; }

 a { background-color: rgb(6,12,142); }

 div.DivClassName
 {
   background-color: #060C8E;
 }
 .BgClassName
 {
   background-color: #060C8E;
 }
</style>
border-color css

<style>
 span { border-color: #060C8E; }

 span { border-color: rgb(6,12,142); }

 td.TdClassName
 {
   border-color: #060C8E;
 }
 .TagClassName
 {
   border-color: #060C8E;
 }
</style>