#00029E

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

Shades of New Midnight Blue #00029E

Tints of New Midnight Blue #00029E

Color information

#00029E (or 0x00029E) is unknown color: approx New Midnight Blue. HEX triplet: 00, 02 and 9E. RGB value is (0,2,158). Sum of RGB (Red+Green+Blue) = 0+2+158=160 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 160); Green value is 2 (1.17% from 255 or 1.25% 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 #00029E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00029E is #FFFD61. Grayscale: #121212. Windows color (decimal): -16776546 or 10355200. OLE color: 10355200.

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

Color convert

RGB02158-
CMYK10.9900.38
HSL239.24º100%30.98%-
HSV(B)239.24º100%61.96%-
XYZ6.192.5132.51-
YUV19.19206.34114.32-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal0215810.9900.38239.2410030.98
Hex029E6463026ef641f
Octal0223614414304635714437
Binary0101001111011001001100011010011011101111110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00029E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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