#08129D

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

Shades of New Midnight Blue #08129D

Tints of New Midnight Blue #08129D

Color information

#08129D (or 0x08129D) is unknown color: approx New Midnight Blue. HEX triplet: 08, 12 and 9D. RGB value is (8,18,157). Sum of RGB (Red+Green+Blue) = 8+18+157=183 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.37% from 183); Green value is 18 (7.42% from 255 or 9.84% from 183); Blue value is 157 (61.72% from 255 or 85.79% from 183); Max value from RGB is 157 - color contains mainly: blue. Hex color #08129D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08129D is #F7ED62. Grayscale: #1E1E1E. Windows color (decimal): -16248163 or 10293768. OLE color: 10293768.

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

Color convert

RGB818157-
CMYK0.950.8900.38
HSL235.97º90.3%32.35%-
HSV(B)235.97º94.9%61.57%-
XYZ6.42.9232.12-
YUV30.86199.19111.7-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.37%
GREEN value IS 18 (7.42% from 255) = 9.84%
BLUE value IS 157 (61.72% from 255) = 85.79%
R=4.37%
G=9.84%
B=85.79%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal8181570.950.8900.38235.9790.332.35
Hex8129D5F59026ec5a20
Octal102223513713104635413240
Binary10001001010011101101111110110010100110111011001011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08129D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08129D; }

 p { color: rgb(8,18,157); }

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

<style>
 a { background-color: #08129D; }

 a { background-color: rgb(8,18,157); }

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

<style>
 span { border-color: #08129D; }

 span { border-color: rgb(8,18,157); }

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