#02029C

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

Shades of New Midnight Blue #02029C

Tints of New Midnight Blue #02029C

Color information

#02029C (or 0x02029C) is unknown color: approx New Midnight Blue. HEX triplet: 02, 02 and 9C. RGB value is (2,2,156). Sum of RGB (Red+Green+Blue) = 2+2+156=160 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.25% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 156 (61.33% from 255 or 97.5% from 160); Max value from RGB is 156 - color contains mainly: blue. Hex color #02029C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #02029C is #FDFD63. Grayscale: #121212. Windows color (decimal): -16645476 or 10224130. OLE color: 10224130.

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

Color convert

RGB22156-
CMYK0.990.9900.39
HSL240º97.47%30.98%-
HSV(B)240º98.72%61.18%-
XYZ6.052.4631.61-
YUV19.56205115.48-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.25%
GREEN value IS 2 (1.17% from 255) = 1.25%
BLUE value IS 156 (61.33% from 255) = 97.5%
R=1.25%
G=1.25%
B=97.5%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal221560.990.9900.3924097.4730.98
Hex229C6363027f0611f
Octal2223414314304736014137
Binary10101001110011000111100011010011111110000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02029C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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