Shades of Ultramarine #080D92
Tints of Ultramarine #080D92
RGB
CMYK
RGB Variations
Color information
#080D92 (or 0x080D92) is known color: Ultramarine. HEX triplet: 08, 0D and 92. RGB value is (8,13,146). Sum of RGB (Red+Green+Blue) = 8+13+146=167 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.79% from 167); Green value is 13 (5.47% from 255 or 7.78% from 167); Blue value is 146 (57.42% from 255 or 87.43% from 167); Max value from RGB is 146 - color contains mainly: blue. Hex color #080D92 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080D92 is #F7F26D. Grayscale: #1A1A1A. Windows color (decimal): -16249454 or 9571592. OLE color: 9571592.
HSL color Cylindrical-coordinate representation of color #080D92: hue angle of 237.83º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #080D92 is Cyan = 0.95, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 8 | 13 | 146 | - |
| CMYK | 0.95 | 0.91 | 0 | 0.43 |
| HSL | 237.83º | 0.9% | 0.3% | - |
| HSV(B) | 237.83º | 0.95% | 0.57% | - |
| XYZ | 5.43 | 2.41 | 27.37 | - |
| YUV | 26.67 | 195.34 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 13 | 146 | 0.95 | 0.91 | 0 | 0.43 | 237.83 | 0.9 | 0.3 |
| Hex | 8 | D | 92 | 5F | 5B | 0 | 2B | EE | 5A | 1E |
| Octal | 10 | 15 | 222 | 137 | 133 | 0 | 53 | 356 | 132 | 36 |
| Binary | 1000 | 1101 | 10010010 | 1011111 | 1011011 | 0 | 101011 | 11101110 | 1011010 | 11110 |
Color Harmonies of #080D92
Complementary color
Monochromatic Colors of #080D92
Black with #080D92
Text Example
Text Example
White with #080D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080D92; }
p { color: rgb(8,13,146); }
H1.HeaderClassName
{
color: #080D92;
}
.AnyTagClassName
{
color: #080D92;
}
</style>
background-color css
<style>
a { background-color: #080D92; }
a { background-color: rgb(8,13,146); }
div.DivClassName
{
background-color: #080D92;
}
.BgClassName
{
background-color: #080D92;
}
</style>
border-color css
<style>
span { border-color: #080D92; }
span { border-color: rgb(8,13,146); }
td.TdClassName
{
border-color: #080D92;
}
.TagClassName
{
border-color: #080D92;
}
</style>