#02009E

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

Shades of New Midnight Blue #02009E

Tints of New Midnight Blue #02009E

Color information

#02009E (or 0x02009E) is unknown color: approx New Midnight Blue. HEX triplet: 02, 00 and 9E. RGB value is (2,0,158). Sum of RGB (Red+Green+Blue) = 2+0+158=160 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.25% from 160); Green value is 0 (0.39% from 255 or 0% from 160); Blue value is 158 (62.11% from 255 or 98.75% from 160); Max value from RGB is 158 - color contains mainly: blue. Hex color #02009E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #02009E is #FDFF61. Grayscale: #111111. Windows color (decimal): -16645986 or 10354690. OLE color: 10354690.

HSL color Cylindrical-coordinate representation of color #02009E: hue angle of 240.76º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #02009E is Cyan = 0.99, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB20158-
CMYK0.99100.38
HSL240.76º100%30.98%-
HSV(B)240.76º100%61.96%-
XYZ6.22.4832.5-
YUV18.61206.66116.15-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.25%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 158 (62.11% from 255) = 98.75%
R=1.25%
G=0%
B=98.75%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal201580.99100.38240.7610030.98
Hex209E6364026f1641f
Octal2023614314404636114437
Binary1001001111011000111100100010011011110001110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02009E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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