Shades of Ultramarine #091C97
Tints of Ultramarine #091C97
RGB
CMYK
RGB Variations
Color information
#091C97 (or 0x091C97) is known color: Ultramarine. HEX triplet: 09, 1C and 97. RGB value is (9,28,151). Sum of RGB (Red+Green+Blue) = 9+28+151=188 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.79% from 188); Green value is 28 (11.33% from 255 or 14.89% from 188); Blue value is 151 (59.38% from 255 or 80.32% from 188); Max value from RGB is 151 - color contains mainly: blue. Hex color #091C97 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #091C97 is #F6E368. Grayscale: #232323. Windows color (decimal): -16180073 or 9903113. OLE color: 9903113.
HSL color Cylindrical-coordinate representation of color #091C97: hue angle of 231.97º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #091C97 is Cyan = 0.94, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 9 | 28 | 151 | - |
| CMYK | 0.94 | 0.81 | 0 | 0.41 |
| HSL | 231.97º | 0.89% | 0.31% | - |
| HSV(B) | 231.97º | 0.94% | 0.59% | - |
| XYZ | 6.11 | 3.12 | 29.56 | - |
| YUV | 36.34 | 192.71 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 28 | 151 | 0.94 | 0.81 | 0 | 0.41 | 231.97 | 0.89 | 0.31 |
| Hex | 9 | 1C | 97 | 5E | 51 | 0 | 29 | E8 | 59 | 1F |
| Octal | 11 | 34 | 227 | 136 | 121 | 0 | 51 | 350 | 131 | 37 |
| Binary | 1001 | 11100 | 10010111 | 1011110 | 1010001 | 0 | 101001 | 11101000 | 1011001 | 11111 |
Color Harmonies of #091C97
Complementary color
Monochromatic Colors of #091C97
Black with #091C97
Text Example
Text Example
White with #091C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091C97; }
p { color: rgb(9,28,151); }
H1.HeaderClassName
{
color: #091C97;
}
.AnyTagClassName
{
color: #091C97;
}
</style>
background-color css
<style>
a { background-color: #091C97; }
a { background-color: rgb(9,28,151); }
div.DivClassName
{
background-color: #091C97;
}
.BgClassName
{
background-color: #091C97;
}
</style>
border-color css
<style>
span { border-color: #091C97; }
span { border-color: rgb(9,28,151); }
td.TdClassName
{
border-color: #091C97;
}
.TagClassName
{
border-color: #091C97;
}
</style>