#06009C

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

Shades of New Midnight Blue #06009C

Tints of New Midnight Blue #06009C

Color information

#06009C (or 0x06009C) is unknown color: approx New Midnight Blue. HEX triplet: 06, 00 and 9C. RGB value is (6,0,156). Sum of RGB (Red+Green+Blue) = 6+0+156=162 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.70% from 162); Green value is 0 (0.39% from 255 or 0% from 162); Blue value is 156 (61.33% from 255 or 96.30% from 162); Max value from RGB is 156 - color contains mainly: blue. Hex color #06009C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06009C is #F9FF63. Grayscale: #121212. Windows color (decimal): -16383844 or 10223622. OLE color: 10223622.

HSL color Cylindrical-coordinate representation of color #06009C: hue angle of 242.31º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #06009C is Cyan = 0.96, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB60156-
CMYK0.96100.39
HSL242.31º100%30.59%-
HSV(B)242.31º100%61.18%-
XYZ6.082.4431.6-
YUV19.58204.99118.32-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.70%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 156 (61.33% from 255) = 96.30%
R=3.70%
G=0%
B=96.30%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal601560.96100.39242.3110030.59
Hex609C6064027f2641f
Octal6023414014404736214437
Binary11001001110011000001100100010011111110010110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06009C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06009C; }

 p { color: rgb(6,0,156); }

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

<style>
 a { background-color: #06009C; }

 a { background-color: rgb(6,0,156); }

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

<style>
 span { border-color: #06009C; }

 span { border-color: rgb(6,0,156); }

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