Shades of New Midnight Blue #080CB4
Tints of New Midnight Blue #080CB4
RGB
CMYK
RGB Variations
Color information
#080CB4 (or 0x080CB4) is known color: New Midnight Blue. HEX triplet: 08, 0C and B4. RGB value is (8,12,180). Sum of RGB (Red+Green+Blue) = 8+12+180=200 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4% from 200); Green value is 12 (5.08% from 255 or 6% from 200); Blue value is 180 (70.70% from 255 or 90% from 200); Max value from RGB is 180 - color contains mainly: blue. Hex color #080CB4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080CB4 is #F7F34B. Grayscale: #1D1D1D. Windows color (decimal): -16249676 or 11799560. OLE color: 11799560.
HSL color Cylindrical-coordinate representation of color #080CB4: hue angle of 238.6º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080CB4 is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 8 | 12 | 180 | - |
| CMYK | 0.96 | 0.93 | 0 | 0.29 |
| HSL | 238.6º | 0.91% | 0.37% | - |
| HSV(B) | 238.6º | 0.96% | 0.71% | - |
| XYZ | 8.47 | 3.61 | 43.43 | - |
| YUV | 29.96 | 212.67 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 12 | 180 | 0.96 | 0.93 | 0 | 0.29 | 238.6 | 0.91 | 0.37 |
| Hex | 8 | C | B4 | 60 | 5D | 0 | 1D | EF | 5B | 25 |
| Octal | 10 | 14 | 264 | 140 | 135 | 0 | 35 | 357 | 133 | 45 |
| Binary | 1000 | 1100 | 10110100 | 1100000 | 1011101 | 0 | 11101 | 11101111 | 1011011 | 100101 |
Color Harmonies of #080CB4
Complementary color
Monochromatic Colors of #080CB4
Black with #080CB4
Text Example
Text Example
White with #080CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080CB4; }
p { color: rgb(8,12,180); }
H1.HeaderClassName
{
color: #080CB4;
}
.AnyTagClassName
{
color: #080CB4;
}
</style>
background-color css
<style>
a { background-color: #080CB4; }
a { background-color: rgb(8,12,180); }
div.DivClassName
{
background-color: #080CB4;
}
.BgClassName
{
background-color: #080CB4;
}
</style>
border-color css
<style>
span { border-color: #080CB4; }
span { border-color: rgb(8,12,180); }
td.TdClassName
{
border-color: #080CB4;
}
.TagClassName
{
border-color: #080CB4;
}
</style>