#060C88

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

Shades of Dark Blue #060C88

Tints of Dark Blue #060C88

Color information

#060C88 (or 0x060C88) is unknown color: approx Dark Blue. HEX triplet: 06, 0C and 88. RGB value is (6,12,136). Sum of RGB (Red+Green+Blue) = 6+12+136=154 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.90% from 154); Green value is 12 (5.08% from 255 or 7.79% from 154); Blue value is 136 (53.52% from 255 or 88.31% from 154); Max value from RGB is 136 - color contains mainly: blue. Hex color #060C88 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060C88 is #F9F377. Grayscale: #171717. Windows color (decimal): -16380792 or 8915974. OLE color: 8915974.

HSL color Cylindrical-coordinate representation of color #060C88: hue angle of 237.23º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #060C88 is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB612136-
CMYK0.960.9100.47
HSL237.23º91.55%27.84%-
HSV(B)237.23º95.59%53.33%-
XYZ4.652.0823.45-
YUV24.34191.01114.92-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.90%
GREEN value IS 12 (5.08% from 255) = 7.79%
BLUE value IS 136 (53.52% from 255) = 88.31%
R=3.90%
G=7.79%
B=88.31%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal6121360.960.9100.47237.2391.5527.84
Hex6C88605B02Fed5c1c
Octal61421014013305735513434
Binary11011001000100011000001011011010111111101101101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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