Shades of Ultramarine #080D90
Tints of Ultramarine #080D90
RGB
CMYK
RGB Variations
Color information
#080D90 (or 0x080D90) is known color: Ultramarine. HEX triplet: 08, 0D and 90. RGB value is (8,13,144). Sum of RGB (Red+Green+Blue) = 8+13+144=165 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.85% from 165); Green value is 13 (5.47% from 255 or 7.88% from 165); Blue value is 144 (56.64% from 255 or 87.27% from 165); Max value from RGB is 144 - color contains mainly: blue. Hex color #080D90 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080D90 is #F7F26F. Grayscale: #191919. Windows color (decimal): -16249456 or 9440520. OLE color: 9440520.
HSL color Cylindrical-coordinate representation of color #080D90: hue angle of 237.79º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #080D90 is Cyan = 0.94, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 13 | 144 | - |
| CMYK | 0.94 | 0.91 | 0 | 0.44 |
| HSL | 237.79º | 0.89% | 0.3% | - |
| HSV(B) | 237.79º | 0.94% | 0.56% | - |
| XYZ | 5.28 | 2.35 | 26.56 | - |
| YUV | 26.44 | 194.34 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 13 | 144 | 0.94 | 0.91 | 0 | 0.44 | 237.79 | 0.89 | 0.3 |
| Hex | 8 | D | 90 | 5E | 5B | 0 | 2C | EE | 59 | 1E |
| Octal | 10 | 15 | 220 | 136 | 133 | 0 | 54 | 356 | 131 | 36 |
| Binary | 1000 | 1101 | 10010000 | 1011110 | 1011011 | 0 | 101100 | 11101110 | 1011001 | 11110 |
Color Harmonies of #080D90
Complementary color
Monochromatic Colors of #080D90
Black with #080D90
Text Example
Text Example
White with #080D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080D90; }
p { color: rgb(8,13,144); }
H1.HeaderClassName
{
color: #080D90;
}
.AnyTagClassName
{
color: #080D90;
}
</style>
background-color css
<style>
a { background-color: #080D90; }
a { background-color: rgb(8,13,144); }
div.DivClassName
{
background-color: #080D90;
}
.BgClassName
{
background-color: #080D90;
}
</style>
border-color css
<style>
span { border-color: #080D90; }
span { border-color: rgb(8,13,144); }
td.TdClassName
{
border-color: #080D90;
}
.TagClassName
{
border-color: #080D90;
}
</style>