Shades of Ultramarine #080D98
Tints of Ultramarine #080D98
RGB
CMYK
RGB Variations
Color information
#080D98 (or 0x080D98) is known color: Ultramarine. HEX triplet: 08, 0D and 98. RGB value is (8,13,152). Sum of RGB (Red+Green+Blue) = 8+13+152=173 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.62% from 173); Green value is 13 (5.47% from 255 or 7.51% from 173); Blue value is 152 (59.77% from 255 or 87.86% from 173); Max value from RGB is 152 - color contains mainly: blue. Hex color #080D98 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080D98 is #F7F267. Grayscale: #1A1A1A. Windows color (decimal): -16249448 or 9964808. OLE color: 9964808.
HSL color Cylindrical-coordinate representation of color #080D98: hue angle of 237.92º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #080D98 is Cyan = 0.95, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 8 | 13 | 152 | - |
| CMYK | 0.95 | 0.91 | 0 | 0.40 |
| HSL | 237.92º | 0.9% | 0.31% | - |
| HSV(B) | 237.92º | 0.95% | 0.6% | - |
| XYZ | 5.91 | 2.61 | 29.9 | - |
| YUV | 27.35 | 198.34 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 13 | 152 | 0.95 | 0.91 | 0 | 0.40 | 237.92 | 0.9 | 0.31 |
| Hex | 8 | D | 98 | 5F | 5B | 0 | 28 | EE | 5A | 1F |
| Octal | 10 | 15 | 230 | 137 | 133 | 0 | 50 | 356 | 132 | 37 |
| Binary | 1000 | 1101 | 10011000 | 1011111 | 1011011 | 0 | 101000 | 11101110 | 1011010 | 11111 |
Color Harmonies of #080D98
Complementary color
Monochromatic Colors of #080D98
Black with #080D98
Text Example
Text Example
White with #080D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080D98; }
p { color: rgb(8,13,152); }
H1.HeaderClassName
{
color: #080D98;
}
.AnyTagClassName
{
color: #080D98;
}
</style>
background-color css
<style>
a { background-color: #080D98; }
a { background-color: rgb(8,13,152); }
div.DivClassName
{
background-color: #080D98;
}
.BgClassName
{
background-color: #080D98;
}
</style>
border-color css
<style>
span { border-color: #080D98; }
span { border-color: rgb(8,13,152); }
td.TdClassName
{
border-color: #080D98;
}
.TagClassName
{
border-color: #080D98;
}
</style>