#060C96

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

Shades of New Midnight Blue #060C96

Tints of New Midnight Blue #060C96

Color information

#060C96 (or 0x060C96) is unknown color: approx New Midnight Blue. HEX triplet: 06, 0C and 96. RGB value is (6,12,150). Sum of RGB (Red+Green+Blue) = 6+12+150=168 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.57% from 168); Green value is 12 (5.08% from 255 or 7.14% from 168); Blue value is 150 (58.98% from 255 or 89.29% from 168); Max value from RGB is 150 - color contains mainly: blue. Hex color #060C96 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060C96 is #F9F369. Grayscale: #191919. Windows color (decimal): -16380778 or 9833478. OLE color: 9833478.

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

Color convert

RGB612150-
CMYK0.960.9200.41
HSL237.5º92.31%30.59%-
HSV(B)237.5º96%58.82%-
XYZ5.712.529.04-
YUV25.94198.01113.78-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.57%
GREEN value IS 12 (5.08% from 255) = 7.14%
BLUE value IS 150 (58.98% from 255) = 89.29%
R=3.57%
G=7.14%
B=89.29%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal6121500.960.9200.41237.592.3130.59
Hex6C96605C029ee5c1f
Octal61422614013405135613437
Binary11011001001011011000001011100010100111101110101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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