Shades of New Midnight Blue #080CAE
Tints of New Midnight Blue #080CAE
RGB
CMYK
RGB Variations
Color information
#080CAE (or 0x080CAE) is known color: New Midnight Blue. HEX triplet: 08, 0C and AE. RGB value is (8,12,174). Sum of RGB (Red+Green+Blue) = 8+12+174=194 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.12% from 194); Green value is 12 (5.08% from 255 or 6.19% from 194); Blue value is 174 (68.36% from 255 or 89.69% from 194); Max value from RGB is 174 - color contains mainly: blue. Hex color #080CAE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080CAE is #F7F351. Grayscale: #1C1C1C. Windows color (decimal): -16249682 or 11406344. OLE color: 11406344.
HSL color Cylindrical-coordinate representation of color #080CAE: hue angle of 238.55º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #080CAE is Cyan = 0.95, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 8 | 12 | 174 | - |
| CMYK | 0.95 | 0.93 | 0 | 0.32 |
| HSL | 238.55º | 0.91% | 0.36% | - |
| HSV(B) | 238.55º | 0.95% | 0.68% | - |
| XYZ | 7.87 | 3.37 | 40.28 | - |
| YUV | 29.27 | 209.67 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 12 | 174 | 0.95 | 0.93 | 0 | 0.32 | 238.55 | 0.91 | 0.36 |
| Hex | 8 | C | AE | 5F | 5D | 0 | 20 | EF | 5B | 24 |
| Octal | 10 | 14 | 256 | 137 | 135 | 0 | 40 | 357 | 133 | 44 |
| Binary | 1000 | 1100 | 10101110 | 1011111 | 1011101 | 0 | 100000 | 11101111 | 1011011 | 100100 |
Color Harmonies of #080CAE
Complementary color
Monochromatic Colors of #080CAE
Black with #080CAE
Text Example
Text Example
White with #080CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080CAE; }
p { color: rgb(8,12,174); }
H1.HeaderClassName
{
color: #080CAE;
}
.AnyTagClassName
{
color: #080CAE;
}
</style>
background-color css
<style>
a { background-color: #080CAE; }
a { background-color: rgb(8,12,174); }
div.DivClassName
{
background-color: #080CAE;
}
.BgClassName
{
background-color: #080CAE;
}
</style>
border-color css
<style>
span { border-color: #080CAE; }
span { border-color: rgb(8,12,174); }
td.TdClassName
{
border-color: #080CAE;
}
.TagClassName
{
border-color: #080CAE;
}
</style>