Shades of Ultramarine #091486
Tints of Ultramarine #091486
RGB
CMYK
RGB Variations
Color information
#091486 (or 0x091486) is known color: Ultramarine. HEX triplet: 09, 14 and 86. RGB value is (9,20,134). Sum of RGB (Red+Green+Blue) = 9+20+134=163 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.52% from 163); Green value is 20 (8.20% from 255 or 12.27% from 163); Blue value is 134 (52.73% from 255 or 82.21% from 163); Max value from RGB is 134 - color contains mainly: blue. Hex color #091486 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #091486 is #F6EB79. Grayscale: #1D1D1D. Windows color (decimal): -16182138 or 8786953. OLE color: 8786953.
HSL color Cylindrical-coordinate representation of color #091486: hue angle of 234.72º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #091486 is Cyan = 0.93, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 20 | 134 | - |
| CMYK | 0.93 | 0.85 | 0 | 0.47 |
| HSL | 234.72º | 0.87% | 0.28% | - |
| HSV(B) | 234.72º | 0.93% | 0.53% | - |
| XYZ | 4.67 | 2.28 | 22.75 | - |
| YUV | 29.71 | 186.86 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 20 | 134 | 0.93 | 0.85 | 0 | 0.47 | 234.72 | 0.87 | 0.28 |
| Hex | 9 | 14 | 86 | 5D | 55 | 0 | 2F | EB | 57 | 1C |
| Octal | 11 | 24 | 206 | 135 | 125 | 0 | 57 | 353 | 127 | 34 |
| Binary | 1001 | 10100 | 10000110 | 1011101 | 1010101 | 0 | 101111 | 11101011 | 1010111 | 11100 |
Color Harmonies of #091486
Complementary color
Monochromatic Colors of #091486
Black with #091486
Text Example
Text Example
White with #091486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091486; }
p { color: rgb(9,20,134); }
H1.HeaderClassName
{
color: #091486;
}
.AnyTagClassName
{
color: #091486;
}
</style>
background-color css
<style>
a { background-color: #091486; }
a { background-color: rgb(9,20,134); }
div.DivClassName
{
background-color: #091486;
}
.BgClassName
{
background-color: #091486;
}
</style>
border-color css
<style>
span { border-color: #091486; }
span { border-color: rgb(9,20,134); }
td.TdClassName
{
border-color: #091486;
}
.TagClassName
{
border-color: #091486;
}
</style>