Shades of Ultramarine #091295
Tints of Ultramarine #091295
RGB
CMYK
RGB Variations
Color information
#091295 (or 0x091295) is known color: Ultramarine. HEX triplet: 09, 12 and 95. RGB value is (9,18,149). Sum of RGB (Red+Green+Blue) = 9+18+149=176 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.11% from 176); Green value is 18 (7.42% from 255 or 10.23% from 176); Blue value is 149 (58.59% from 255 or 84.66% from 176); Max value from RGB is 149 - color contains mainly: blue. Hex color #091295 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #091295 is #F6ED6A. Grayscale: #1D1D1D. Windows color (decimal): -16182635 or 9769481. OLE color: 9769481.
HSL color Cylindrical-coordinate representation of color #091295: hue angle of 236.14º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #091295 is Cyan = 0.94, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 9 | 18 | 149 | - |
| CMYK | 0.94 | 0.88 | 0 | 0.42 |
| HSL | 236.14º | 0.89% | 0.31% | - |
| HSV(B) | 236.14º | 0.94% | 0.58% | - |
| XYZ | 5.75 | 2.66 | 28.64 | - |
| YUV | 30.24 | 195.02 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 18 | 149 | 0.94 | 0.88 | 0 | 0.42 | 236.14 | 0.89 | 0.31 |
| Hex | 9 | 12 | 95 | 5E | 58 | 0 | 2A | EC | 59 | 1F |
| Octal | 11 | 22 | 225 | 136 | 130 | 0 | 52 | 354 | 131 | 37 |
| Binary | 1001 | 10010 | 10010101 | 1011110 | 1011000 | 0 | 101010 | 11101100 | 1011001 | 11111 |
Color Harmonies of #091295
Complementary color
Monochromatic Colors of #091295
Black with #091295
Text Example
Text Example
White with #091295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091295; }
p { color: rgb(9,18,149); }
H1.HeaderClassName
{
color: #091295;
}
.AnyTagClassName
{
color: #091295;
}
</style>
background-color css
<style>
a { background-color: #091295; }
a { background-color: rgb(9,18,149); }
div.DivClassName
{
background-color: #091295;
}
.BgClassName
{
background-color: #091295;
}
</style>
border-color css
<style>
span { border-color: #091295; }
span { border-color: rgb(9,18,149); }
td.TdClassName
{
border-color: #091295;
}
.TagClassName
{
border-color: #091295;
}
</style>