#00009C

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

Shades of New Midnight Blue #00009C

Tints of New Midnight Blue #00009C

Color information

#00009C (or 0x00009C) is unknown color: approx New Midnight Blue. HEX triplet: 00, 00 and 9C. RGB value is (0,0,156). Sum of RGB (Red+Green+Blue) = 0+0+156=156 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 156 (61.33% from 255 or 100% from 156); Max value from RGB is 156 - color contains mainly: blue. Hex color #00009C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00009C is #FFFF63. Grayscale: #111111. Windows color (decimal): -16777060 or 10223616. OLE color: 10223616.

HSL color Cylindrical-coordinate representation of color #00009C: hue angle of 240º 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 #00009C is Cyan = 1, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB00156-
CMYK1100.39
HSL240º100%30.59%-
HSV(B)240º100%61.18%-
XYZ62.431.6-
YUV17.78206115.32-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 156 (61.33% from 255) = 100%
R=0%
G=0%
B=100%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal001561100.3924010030.59
Hex009C6464027f0641f
Octal0023414414404736014437
Binary001001110011001001100100010011111110000110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00009C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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