Shades of New Midnight Blue #080B9C
Tints of New Midnight Blue #080B9C
RGB
CMYK
RGB Variations
Color information
#080B9C (or 0x080B9C) is known color: New Midnight Blue. HEX triplet: 08, 0B and 9C. RGB value is (8,11,156). Sum of RGB (Red+Green+Blue) = 8+11+156=175 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.57% from 175); Green value is 11 (4.69% from 255 or 6.29% from 175); Blue value is 156 (61.33% from 255 or 89.14% from 175); Max value from RGB is 156 - color contains mainly: blue. Hex color #080B9C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080B9C is #F7F463. Grayscale: #1A1A1A. Windows color (decimal): -16249956 or 10226440. OLE color: 10226440.
HSL color Cylindrical-coordinate representation of color #080B9C: hue angle of 238.78º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #080B9C is Cyan = 0.95, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 8 | 11 | 156 | - |
| CMYK | 0.95 | 0.93 | 0 | 0.39 |
| HSL | 238.78º | 0.9% | 0.32% | - |
| HSV(B) | 238.78º | 0.95% | 0.61% | - |
| XYZ | 6.22 | 2.69 | 31.64 | - |
| YUV | 26.63 | 201.01 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 11 | 156 | 0.95 | 0.93 | 0 | 0.39 | 238.78 | 0.9 | 0.32 |
| Hex | 8 | B | 9C | 5F | 5D | 0 | 27 | EF | 5A | 20 |
| Octal | 10 | 13 | 234 | 137 | 135 | 0 | 47 | 357 | 132 | 40 |
| Binary | 1000 | 1011 | 10011100 | 1011111 | 1011101 | 0 | 100111 | 11101111 | 1011010 | 100000 |
Color Harmonies of #080B9C
Complementary color
Monochromatic Colors of #080B9C
Black with #080B9C
Text Example
Text Example
White with #080B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080B9C; }
p { color: rgb(8,11,156); }
H1.HeaderClassName
{
color: #080B9C;
}
.AnyTagClassName
{
color: #080B9C;
}
</style>
background-color css
<style>
a { background-color: #080B9C; }
a { background-color: rgb(8,11,156); }
div.DivClassName
{
background-color: #080B9C;
}
.BgClassName
{
background-color: #080B9C;
}
</style>
border-color css
<style>
span { border-color: #080B9C; }
span { border-color: rgb(8,11,156); }
td.TdClassName
{
border-color: #080B9C;
}
.TagClassName
{
border-color: #080B9C;
}
</style>