#060C98

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

Shades of New Midnight Blue #060C98

Tints of New Midnight Blue #060C98

Color information

#060C98 (or 0x060C98) is unknown color: approx New Midnight Blue. HEX triplet: 06, 0C and 98. RGB value is (6,12,152). Sum of RGB (Red+Green+Blue) = 6+12+152=170 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.53% from 170); Green value is 12 (5.08% from 255 or 7.06% from 170); Blue value is 152 (59.77% from 255 or 89.41% from 170); Max value from RGB is 152 - color contains mainly: blue. Hex color #060C98 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060C98 is #F9F367. Grayscale: #191919. Windows color (decimal): -16380776 or 9964550. OLE color: 9964550.

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

Color convert

RGB612152-
CMYK0.960.9200.40
HSL237.53º92.41%30.98%-
HSV(B)237.53º96.05%59.61%-
XYZ5.872.5729.89-
YUV26.17199.01113.62-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.53%
GREEN value IS 12 (5.08% from 255) = 7.06%
BLUE value IS 152 (59.77% from 255) = 89.41%
R=3.53%
G=7.06%
B=89.41%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal6121520.960.9200.40237.5392.4130.98
Hex6C98605C028ee5c1f
Octal61423014013405035613437
Binary11011001001100011000001011100010100011101110101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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