Shades of Ultramarine #091B9C
Tints of Ultramarine #091B9C
RGB
CMYK
RGB Variations
Color information
#091B9C (or 0x091B9C) is known color: Ultramarine. HEX triplet: 09, 1B and 9C. RGB value is (9,27,156). Sum of RGB (Red+Green+Blue) = 9+27+156=192 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.69% from 192); Green value is 27 (10.94% from 255 or 14.06% from 192); Blue value is 156 (61.33% from 255 or 81.25% from 192); Max value from RGB is 156 - color contains mainly: blue. Hex color #091B9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #091B9C is #F6E463. Grayscale: #232323. Windows color (decimal): -16180324 or 10230537. OLE color: 10230537.
HSL color Cylindrical-coordinate representation of color #091B9C: hue angle of 232.65º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #091B9C is Cyan = 0.94, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 9 | 27 | 156 | - |
| CMYK | 0.94 | 0.83 | 0 | 0.39 |
| HSL | 232.65º | 0.89% | 0.32% | - |
| HSV(B) | 232.65º | 0.94% | 0.61% | - |
| XYZ | 6.51 | 3.24 | 31.74 | - |
| YUV | 36.32 | 195.54 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 27 | 156 | 0.94 | 0.83 | 0 | 0.39 | 232.65 | 0.89 | 0.32 |
| Hex | 9 | 1B | 9C | 5E | 53 | 0 | 27 | E9 | 59 | 20 |
| Octal | 11 | 33 | 234 | 136 | 123 | 0 | 47 | 351 | 131 | 40 |
| Binary | 1001 | 11011 | 10011100 | 1011110 | 1010011 | 0 | 100111 | 11101001 | 1011001 | 100000 |
Color Harmonies of #091B9C
Complementary color
Monochromatic Colors of #091B9C
Black with #091B9C
Text Example
Text Example
White with #091B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091B9C; }
p { color: rgb(9,27,156); }
H1.HeaderClassName
{
color: #091B9C;
}
.AnyTagClassName
{
color: #091B9C;
}
</style>
background-color css
<style>
a { background-color: #091B9C; }
a { background-color: rgb(9,27,156); }
div.DivClassName
{
background-color: #091B9C;
}
.BgClassName
{
background-color: #091B9C;
}
</style>
border-color css
<style>
span { border-color: #091B9C; }
span { border-color: rgb(9,27,156); }
td.TdClassName
{
border-color: #091B9C;
}
.TagClassName
{
border-color: #091B9C;
}
</style>