#08029F

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

Shades of New Midnight Blue #08029F

Tints of New Midnight Blue #08029F

Color information

#08029F (or 0x08029F) is unknown color: approx New Midnight Blue. HEX triplet: 08, 02 and 9F. RGB value is (8,2,159). Sum of RGB (Red+Green+Blue) = 8+2+159=169 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.73% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 159 (62.5% from 255 or 94.08% from 169); Max value from RGB is 159 - color contains mainly: blue. Hex color #08029F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08029F is #F7FD60. Grayscale: #151515. Windows color (decimal): -16252257 or 10420744. OLE color: 10420744.

HSL color Cylindrical-coordinate representation of color #08029F: hue angle of 242.29º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #08029F is Cyan = 0.95, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB82159-
CMYK0.950.9900.38
HSL242.29º97.52%31.57%-
HSV(B)242.29º98.74%62.35%-
XYZ6.382.632.97-
YUV21.69205.49118.23-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.73%
GREEN value IS 2 (1.17% from 255) = 1.18%
BLUE value IS 159 (62.5% from 255) = 94.08%
R=4.73%
G=1.18%
B=94.08%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal821590.950.9900.38242.2997.5231.57
Hex829F5F63026f26220
Octal10223713714304636214240
Binary10001010011111101111111000110100110111100101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08029F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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