Shades of Ultramarine #091286
Tints of Ultramarine #091286
RGB
CMYK
RGB Variations
Color information
#091286 (or 0x091286) is known color: Ultramarine. HEX triplet: 09, 12 and 86. RGB value is (9,18,134). Sum of RGB (Red+Green+Blue) = 9+18+134=161 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.59% from 161); Green value is 18 (7.42% from 255 or 11.18% from 161); Blue value is 134 (52.73% from 255 or 83.23% from 161); Max value from RGB is 134 - color contains mainly: blue. Hex color #091286 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #091286 is #F6ED79. Grayscale: #1C1C1C. Windows color (decimal): -16182650 or 8786441. OLE color: 8786441.
HSL color Cylindrical-coordinate representation of color #091286: hue angle of 235.68º 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 #091286 is Cyan = 0.93, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 18 | 134 | - |
| CMYK | 0.93 | 0.87 | 0 | 0.47 |
| HSL | 235.68º | 0.87% | 0.28% | - |
| HSV(B) | 235.68º | 0.93% | 0.53% | - |
| XYZ | 4.63 | 2.21 | 22.74 | - |
| YUV | 28.53 | 187.52 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 18 | 134 | 0.93 | 0.87 | 0 | 0.47 | 235.68 | 0.87 | 0.28 |
| Hex | 9 | 12 | 86 | 5D | 57 | 0 | 2F | EC | 57 | 1C |
| Octal | 11 | 22 | 206 | 135 | 127 | 0 | 57 | 354 | 127 | 34 |
| Binary | 1001 | 10010 | 10000110 | 1011101 | 1010111 | 0 | 101111 | 11101100 | 1010111 | 11100 |
Color Harmonies of #091286
Complementary color
Monochromatic Colors of #091286
Black with #091286
Text Example
Text Example
White with #091286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091286; }
p { color: rgb(9,18,134); }
H1.HeaderClassName
{
color: #091286;
}
.AnyTagClassName
{
color: #091286;
}
</style>
background-color css
<style>
a { background-color: #091286; }
a { background-color: rgb(9,18,134); }
div.DivClassName
{
background-color: #091286;
}
.BgClassName
{
background-color: #091286;
}
</style>
border-color css
<style>
span { border-color: #091286; }
span { border-color: rgb(9,18,134); }
td.TdClassName
{
border-color: #091286;
}
.TagClassName
{
border-color: #091286;
}
</style>