Shades of Ultramarine #091C93
Tints of Ultramarine #091C93
RGB
CMYK
RGB Variations
Color information
#091C93 (or 0x091C93) is known color: Ultramarine. HEX triplet: 09, 1C and 93. RGB value is (9,28,147). Sum of RGB (Red+Green+Blue) = 9+28+147=184 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.89% from 184); Green value is 28 (11.33% from 255 or 15.22% from 184); Blue value is 147 (57.81% from 255 or 79.89% from 184); Max value from RGB is 147 - color contains mainly: blue. Hex color #091C93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #091C93 is #F6E36C. Grayscale: #232323. Windows color (decimal): -16180077 or 9640969. OLE color: 9640969.
HSL color Cylindrical-coordinate representation of color #091C93: hue angle of 231.74º degrees, saturation: 0.88, 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 #091C93 is Cyan = 0.94, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 9 | 28 | 147 | - |
| CMYK | 0.94 | 0.81 | 0 | 0.42 |
| HSL | 231.74º | 0.88% | 0.31% | - |
| HSV(B) | 231.74º | 0.94% | 0.58% | - |
| XYZ | 5.79 | 3 | 27.88 | - |
| YUV | 35.89 | 190.71 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 28 | 147 | 0.94 | 0.81 | 0 | 0.42 | 231.74 | 0.88 | 0.31 |
| Hex | 9 | 1C | 93 | 5E | 51 | 0 | 2A | E8 | 58 | 1F |
| Octal | 11 | 34 | 223 | 136 | 121 | 0 | 52 | 350 | 130 | 37 |
| Binary | 1001 | 11100 | 10010011 | 1011110 | 1010001 | 0 | 101010 | 11101000 | 1011000 | 11111 |
Color Harmonies of #091C93
Complementary color
Monochromatic Colors of #091C93
Black with #091C93
Text Example
Text Example
White with #091C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091C93; }
p { color: rgb(9,28,147); }
H1.HeaderClassName
{
color: #091C93;
}
.AnyTagClassName
{
color: #091C93;
}
</style>
background-color css
<style>
a { background-color: #091C93; }
a { background-color: rgb(9,28,147); }
div.DivClassName
{
background-color: #091C93;
}
.BgClassName
{
background-color: #091C93;
}
</style>
border-color css
<style>
span { border-color: #091C93; }
span { border-color: rgb(9,28,147); }
td.TdClassName
{
border-color: #091C93;
}
.TagClassName
{
border-color: #091C93;
}
</style>