Shades of Ultramarine #080C91
Tints of Ultramarine #080C91
RGB
CMYK
RGB Variations
Color information
#080C91 (or 0x080C91) is known color: Ultramarine. HEX triplet: 08, 0C and 91. RGB value is (8,12,145). Sum of RGB (Red+Green+Blue) = 8+12+145=165 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.85% from 165); Green value is 12 (5.08% from 255 or 7.27% from 165); Blue value is 145 (57.03% from 255 or 87.88% from 165); Max value from RGB is 145 - color contains mainly: blue. Hex color #080C91 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080C91 is #F7F36E. Grayscale: #191919. Windows color (decimal): -16249711 or 9505800. OLE color: 9505800.
HSL color Cylindrical-coordinate representation of color #080C91: hue angle of 238.25º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #080C91 is Cyan = 0.94, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 8 | 12 | 145 | - |
| CMYK | 0.94 | 0.92 | 0 | 0.43 |
| HSL | 238.25º | 0.9% | 0.3% | - |
| HSV(B) | 238.25º | 0.94% | 0.57% | - |
| XYZ | 5.34 | 2.36 | 26.96 | - |
| YUV | 25.97 | 195.17 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 12 | 145 | 0.94 | 0.92 | 0 | 0.43 | 238.25 | 0.9 | 0.3 |
| Hex | 8 | C | 91 | 5E | 5C | 0 | 2B | EE | 5A | 1E |
| Octal | 10 | 14 | 221 | 136 | 134 | 0 | 53 | 356 | 132 | 36 |
| Binary | 1000 | 1100 | 10010001 | 1011110 | 1011100 | 0 | 101011 | 11101110 | 1011010 | 11110 |
Color Harmonies of #080C91
Complementary color
Monochromatic Colors of #080C91
Black with #080C91
Text Example
Text Example
White with #080C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080C91; }
p { color: rgb(8,12,145); }
H1.HeaderClassName
{
color: #080C91;
}
.AnyTagClassName
{
color: #080C91;
}
</style>
background-color css
<style>
a { background-color: #080C91; }
a { background-color: rgb(8,12,145); }
div.DivClassName
{
background-color: #080C91;
}
.BgClassName
{
background-color: #080C91;
}
</style>
border-color css
<style>
span { border-color: #080C91; }
span { border-color: rgb(8,12,145); }
td.TdClassName
{
border-color: #080C91;
}
.TagClassName
{
border-color: #080C91;
}
</style>