Shades of New Midnight Blue #080C98
Tints of New Midnight Blue #080C98
RGB
CMYK
RGB Variations
Color information
#080C98 (or 0x080C98) is known color: New Midnight Blue. HEX triplet: 08, 0C and 98. RGB value is (8,12,152). Sum of RGB (Red+Green+Blue) = 8+12+152=172 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.65% from 172); Green value is 12 (5.08% from 255 or 6.98% from 172); Blue value is 152 (59.77% from 255 or 88.37% from 172); Max value from RGB is 152 - color contains mainly: blue. Hex color #080C98 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080C98 is #F7F367. Grayscale: #1A1A1A. Windows color (decimal): -16249704 or 9964552. OLE color: 9964552.
HSL color Cylindrical-coordinate representation of color #080C98: hue angle of 238.33º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #080C98 is Cyan = 0.95, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 8 | 12 | 152 | - |
| CMYK | 0.95 | 0.92 | 0 | 0.40 |
| HSL | 238.33º | 0.9% | 0.31% | - |
| HSV(B) | 238.33º | 0.95% | 0.6% | - |
| XYZ | 5.9 | 2.58 | 29.89 | - |
| YUV | 26.76 | 198.67 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 12 | 152 | 0.95 | 0.92 | 0 | 0.40 | 238.33 | 0.9 | 0.31 |
| Hex | 8 | C | 98 | 5F | 5C | 0 | 28 | EE | 5A | 1F |
| Octal | 10 | 14 | 230 | 137 | 134 | 0 | 50 | 356 | 132 | 37 |
| Binary | 1000 | 1100 | 10011000 | 1011111 | 1011100 | 0 | 101000 | 11101110 | 1011010 | 11111 |
Color Harmonies of #080C98
Complementary color
Monochromatic Colors of #080C98
Black with #080C98
Text Example
Text Example
White with #080C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080C98; }
p { color: rgb(8,12,152); }
H1.HeaderClassName
{
color: #080C98;
}
.AnyTagClassName
{
color: #080C98;
}
</style>
background-color css
<style>
a { background-color: #080C98; }
a { background-color: rgb(8,12,152); }
div.DivClassName
{
background-color: #080C98;
}
.BgClassName
{
background-color: #080C98;
}
</style>
border-color css
<style>
span { border-color: #080C98; }
span { border-color: rgb(8,12,152); }
td.TdClassName
{
border-color: #080C98;
}
.TagClassName
{
border-color: #080C98;
}
</style>