#00029F

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

Shades of New Midnight Blue #00029F

Tints of New Midnight Blue #00029F

Color information

#00029F (or 0x00029F) is unknown color: approx New Midnight Blue. HEX triplet: 00, 02 and 9F. RGB value is (0,2,159). Sum of RGB (Red+Green+Blue) = 0+2+159=161 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 161); Green value is 2 (1.17% from 255 or 1.24% from 161); Blue value is 159 (62.5% from 255 or 98.76% from 161); Max value from RGB is 159 - color contains mainly: blue. Hex color #00029F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00029F is #FFFD60. Grayscale: #121212. Windows color (decimal): -16776545 or 10420736. OLE color: 10420736.

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

Color convert

RGB02159-
CMYK10.9900.38
HSL239.25º100%31.18%-
HSV(B)239.25º100%62.35%-
XYZ6.282.5532.96-
YUV19.3206.84114.23-

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.24%
BLUE value IS 159 (62.5% from 255) = 98.76%
R=0%
G=1.24%
B=98.76%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal0215910.9900.38239.2510031.18
Hex029F6463026ef641f
Octal0223714414304635714437
Binary0101001111111001001100011010011011101111110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00029F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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