Shades of New Midnight Blue #080D9E
Tints of New Midnight Blue #080D9E
RGB
CMYK
RGB Variations
Color information
#080D9E (or 0x080D9E) is known color: New Midnight Blue. HEX triplet: 08, 0D and 9E. RGB value is (8,13,158). Sum of RGB (Red+Green+Blue) = 8+13+158=179 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.47% from 179); Green value is 13 (5.47% from 255 or 7.26% from 179); Blue value is 158 (62.11% from 255 or 88.27% from 179); Max value from RGB is 158 - color contains mainly: blue. Hex color #080D9E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080D9E is #F7F261. Grayscale: #1B1B1B. Windows color (decimal): -16249442 or 10358024. OLE color: 10358024.
HSL color Cylindrical-coordinate representation of color #080D9E: hue angle of 238º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #080D9E is Cyan = 0.95, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 8 | 13 | 158 | - |
| CMYK | 0.95 | 0.92 | 0 | 0.38 |
| HSL | 238º | 0.9% | 0.33% | - |
| HSV(B) | 238º | 0.95% | 0.62% | - |
| XYZ | 6.42 | 2.81 | 32.55 | - |
| YUV | 28.04 | 201.34 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 13 | 158 | 0.95 | 0.92 | 0 | 0.38 | 238 | 0.9 | 0.33 |
| Hex | 8 | D | 9E | 5F | 5C | 0 | 26 | EE | 5A | 21 |
| Octal | 10 | 15 | 236 | 137 | 134 | 0 | 46 | 356 | 132 | 41 |
| Binary | 1000 | 1101 | 10011110 | 1011111 | 1011100 | 0 | 100110 | 11101110 | 1011010 | 100001 |
Color Harmonies of #080D9E
Complementary color
Monochromatic Colors of #080D9E
Black with #080D9E
Text Example
Text Example
White with #080D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080D9E; }
p { color: rgb(8,13,158); }
H1.HeaderClassName
{
color: #080D9E;
}
.AnyTagClassName
{
color: #080D9E;
}
</style>
background-color css
<style>
a { background-color: #080D9E; }
a { background-color: rgb(8,13,158); }
div.DivClassName
{
background-color: #080D9E;
}
.BgClassName
{
background-color: #080D9E;
}
</style>
border-color css
<style>
span { border-color: #080D9E; }
span { border-color: rgb(8,13,158); }
td.TdClassName
{
border-color: #080D9E;
}
.TagClassName
{
border-color: #080D9E;
}
</style>