Shades of New Midnight Blue #08119D
Tints of New Midnight Blue #08119D
RGB
CMYK
RGB Variations
Color information
#08119D (or 0x08119D) is known color: New Midnight Blue. HEX triplet: 08, 11 and 9D. RGB value is (8,17,157). Sum of RGB (Red+Green+Blue) = 8+17+157=182 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.40% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 157 (61.72% from 255 or 86.26% from 182); Max value from RGB is 157 - color contains mainly: blue. Hex color #08119D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08119D is #F7EE62. Grayscale: #1D1D1D. Windows color (decimal): -16248419 or 10293512. OLE color: 10293512.
HSL color Cylindrical-coordinate representation of color #08119D: hue angle of 236.38º 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 #08119D is Cyan = 0.95, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 8 | 17 | 157 | - |
| CMYK | 0.95 | 0.89 | 0 | 0.38 |
| HSL | 236.38º | 0.9% | 0.32% | - |
| HSV(B) | 236.38º | 0.95% | 0.62% | - |
| XYZ | 6.39 | 2.89 | 32.12 | - |
| YUV | 30.27 | 199.52 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 17 | 157 | 0.95 | 0.89 | 0 | 0.38 | 236.38 | 0.9 | 0.32 |
| Hex | 8 | 11 | 9D | 5F | 59 | 0 | 26 | EC | 5A | 20 |
| Octal | 10 | 21 | 235 | 137 | 131 | 0 | 46 | 354 | 132 | 40 |
| Binary | 1000 | 10001 | 10011101 | 1011111 | 1011001 | 0 | 100110 | 11101100 | 1011010 | 100000 |
Color Harmonies of #08119D
Complementary color
Monochromatic Colors of #08119D
Black with #08119D
Text Example
Text Example
White with #08119D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08119D; }
p { color: rgb(8,17,157); }
H1.HeaderClassName
{
color: #08119D;
}
.AnyTagClassName
{
color: #08119D;
}
</style>
background-color css
<style>
a { background-color: #08119D; }
a { background-color: rgb(8,17,157); }
div.DivClassName
{
background-color: #08119D;
}
.BgClassName
{
background-color: #08119D;
}
</style>
border-color css
<style>
span { border-color: #08119D; }
span { border-color: rgb(8,17,157); }
td.TdClassName
{
border-color: #08119D;
}
.TagClassName
{
border-color: #08119D;
}
</style>