Shades of Ultramarine #080D91
Tints of Ultramarine #080D91
RGB
CMYK
RGB Variations
Color information
#080D91 (or 0x080D91) is known color: Ultramarine. HEX triplet: 08, 0D and 91. RGB value is (8,13,145). Sum of RGB (Red+Green+Blue) = 8+13+145=166 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.82% from 166); Green value is 13 (5.47% from 255 or 7.83% from 166); Blue value is 145 (57.03% from 255 or 87.35% from 166); Max value from RGB is 145 - color contains mainly: blue. Hex color #080D91 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080D91 is #F7F26E. Grayscale: #1A1A1A. Windows color (decimal): -16249455 or 9506056. OLE color: 9506056.
HSL color Cylindrical-coordinate representation of color #080D91: hue angle of 237.81º 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 #080D91 is Cyan = 0.94, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 8 | 13 | 145 | - |
| CMYK | 0.94 | 0.91 | 0 | 0.43 |
| HSL | 237.81º | 0.9% | 0.3% | - |
| HSV(B) | 237.81º | 0.94% | 0.57% | - |
| XYZ | 5.35 | 2.38 | 26.97 | - |
| YUV | 26.55 | 194.84 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 13 | 145 | 0.94 | 0.91 | 0 | 0.43 | 237.81 | 0.9 | 0.3 |
| Hex | 8 | D | 91 | 5E | 5B | 0 | 2B | EE | 5A | 1E |
| Octal | 10 | 15 | 221 | 136 | 133 | 0 | 53 | 356 | 132 | 36 |
| Binary | 1000 | 1101 | 10010001 | 1011110 | 1011011 | 0 | 101011 | 11101110 | 1011010 | 11110 |
Color Harmonies of #080D91
Complementary color
Monochromatic Colors of #080D91
Black with #080D91
Text Example
Text Example
White with #080D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080D91; }
p { color: rgb(8,13,145); }
H1.HeaderClassName
{
color: #080D91;
}
.AnyTagClassName
{
color: #080D91;
}
</style>
background-color css
<style>
a { background-color: #080D91; }
a { background-color: rgb(8,13,145); }
div.DivClassName
{
background-color: #080D91;
}
.BgClassName
{
background-color: #080D91;
}
</style>
border-color css
<style>
span { border-color: #080D91; }
span { border-color: rgb(8,13,145); }
td.TdClassName
{
border-color: #080D91;
}
.TagClassName
{
border-color: #080D91;
}
</style>