Shades of New Midnight Blue #080CB3
Tints of New Midnight Blue #080CB3
RGB
CMYK
RGB Variations
Color information
#080CB3 (or 0x080CB3) is known color: New Midnight Blue. HEX triplet: 08, 0C and B3. RGB value is (8,12,179). Sum of RGB (Red+Green+Blue) = 8+12+179=199 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.02% from 199); Green value is 12 (5.08% from 255 or 6.03% from 199); Blue value is 179 (70.31% from 255 or 89.95% from 199); Max value from RGB is 179 - color contains mainly: blue. Hex color #080CB3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080CB3 is #F7F34C. Grayscale: #1D1D1D. Windows color (decimal): -16249677 or 11734024. OLE color: 11734024.
HSL color Cylindrical-coordinate representation of color #080CB3: hue angle of 238.6º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080CB3 is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 8 | 12 | 179 | - |
| CMYK | 0.96 | 0.93 | 0 | 0.30 |
| HSL | 238.6º | 0.91% | 0.37% | - |
| HSV(B) | 238.6º | 0.96% | 0.7% | - |
| XYZ | 8.37 | 3.57 | 42.9 | - |
| YUV | 29.84 | 212.17 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 12 | 179 | 0.96 | 0.93 | 0 | 0.30 | 238.6 | 0.91 | 0.37 |
| Hex | 8 | C | B3 | 60 | 5D | 0 | 1E | EF | 5B | 25 |
| Octal | 10 | 14 | 263 | 140 | 135 | 0 | 36 | 357 | 133 | 45 |
| Binary | 1000 | 1100 | 10110011 | 1100000 | 1011101 | 0 | 11110 | 11101111 | 1011011 | 100101 |
Color Harmonies of #080CB3
Complementary color
Monochromatic Colors of #080CB3
Black with #080CB3
Text Example
Text Example
White with #080CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080CB3; }
p { color: rgb(8,12,179); }
H1.HeaderClassName
{
color: #080CB3;
}
.AnyTagClassName
{
color: #080CB3;
}
</style>
background-color css
<style>
a { background-color: #080CB3; }
a { background-color: rgb(8,12,179); }
div.DivClassName
{
background-color: #080CB3;
}
.BgClassName
{
background-color: #080CB3;
}
</style>
border-color css
<style>
span { border-color: #080CB3; }
span { border-color: rgb(8,12,179); }
td.TdClassName
{
border-color: #080CB3;
}
.TagClassName
{
border-color: #080CB3;
}
</style>