#02009C

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

Shades of New Midnight Blue #02009C

Tints of New Midnight Blue #02009C

Color information

#02009C (or 0x02009C) is unknown color: approx New Midnight Blue. HEX triplet: 02, 00 and 9C. RGB value is (2,0,156). Sum of RGB (Red+Green+Blue) = 2+0+156=158 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 156 (61.33% from 255 or 98.73% from 158); Max value from RGB is 156 - color contains mainly: blue. Hex color #02009C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #02009C is #FDFF63. Grayscale: #111111. Windows color (decimal): -16645988 or 10223618. OLE color: 10223618.

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

Color convert

RGB20156-
CMYK0.99100.39
HSL240.77º100%30.59%-
HSV(B)240.77º100%61.18%-
XYZ6.032.4131.6-
YUV18.38205.66116.32-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.27%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 156 (61.33% from 255) = 98.73%
R=1.27%
G=0%
B=98.73%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal201560.99100.39240.7710030.59
Hex209C6364027f1641f
Octal2023414314404736114437
Binary1001001110011000111100100010011111110001110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02009C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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