Html Css Color HEX #060C96 New Midnight Blue

📋 copy color: '#060C96'

red 6 ◦ green 12 ◦ blue 150

#060C96
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of New Midnight Blue #060C96

Tints of New Midnight Blue #060C96

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 value IS 0.96

 M value IS 0.92

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#060C96 (or 0x060C96) is known color: 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

RGB 6 12 150 -
CMYK 0.96 0.92 0 0.41
HSL 237.5º 0.92% 0.31% -
HSV(B) 237.5º 0.96% 0.59% -
XYZ 5.71 2.5 29.04 -
YUV 25.94 198.01 113.78 -
System Red Green Blue C M Y K H S L
Decimal 6 12 150 0.96 0.92 0 0.41 237.5 0.92 0.31
Hex 6 C 96 60 5C 0 29 EE 5C 1F
Octal 6 14 226 140 134 0 51 356 134 37
Binary 110 1100 10010110 1100000 1011100 0 101001 11101110 1011100 11111

Color Harmonies of #060C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060C96

Black with #060C96

Text Example


Text Example

White with #060C96

Text Example


Text Example

HTML Codes & Css Web 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>