Shades of Ultramarine #080D96
Tints of Ultramarine #080D96
RGB
CMYK
RGB Variations
Color information
#080D96 (or 0x080D96) is known color: Ultramarine. HEX triplet: 08, 0D and 96. RGB value is (8,13,150). Sum of RGB (Red+Green+Blue) = 8+13+150=171 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.68% from 171); Green value is 13 (5.47% from 255 or 7.60% from 171); Blue value is 150 (58.98% from 255 or 87.72% from 171); Max value from RGB is 150 - color contains mainly: blue. Hex color #080D96 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080D96 is #F7F269. Grayscale: #1A1A1A. Windows color (decimal): -16249450 or 9833736. OLE color: 9833736.
HSL color Cylindrical-coordinate representation of color #080D96: hue angle of 237.89º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #080D96 is Cyan = 0.95, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 8 | 13 | 150 | - |
| CMYK | 0.95 | 0.91 | 0 | 0.41 |
| HSL | 237.89º | 0.9% | 0.31% | - |
| HSV(B) | 237.89º | 0.95% | 0.59% | - |
| XYZ | 5.75 | 2.54 | 29.04 | - |
| YUV | 27.12 | 197.34 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 13 | 150 | 0.95 | 0.91 | 0 | 0.41 | 237.89 | 0.9 | 0.31 |
| Hex | 8 | D | 96 | 5F | 5B | 0 | 29 | EE | 5A | 1F |
| Octal | 10 | 15 | 226 | 137 | 133 | 0 | 51 | 356 | 132 | 37 |
| Binary | 1000 | 1101 | 10010110 | 1011111 | 1011011 | 0 | 101001 | 11101110 | 1011010 | 11111 |
Color Harmonies of #080D96
Complementary color
Monochromatic Colors of #080D96
Black with #080D96
Text Example
Text Example
White with #080D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080D96; }
p { color: rgb(8,13,150); }
H1.HeaderClassName
{
color: #080D96;
}
.AnyTagClassName
{
color: #080D96;
}
</style>
background-color css
<style>
a { background-color: #080D96; }
a { background-color: rgb(8,13,150); }
div.DivClassName
{
background-color: #080D96;
}
.BgClassName
{
background-color: #080D96;
}
</style>
border-color css
<style>
span { border-color: #080D96; }
span { border-color: rgb(8,13,150); }
td.TdClassName
{
border-color: #080D96;
}
.TagClassName
{
border-color: #080D96;
}
</style>