Shades of Ultramarine #091C8A
Tints of Ultramarine #091C8A
RGB
CMYK
RGB Variations
Color information
#091C8A (or 0x091C8A) is known color: Ultramarine. HEX triplet: 09, 1C and 8A. RGB value is (9,28,138). Sum of RGB (Red+Green+Blue) = 9+28+138=175 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.14% from 175); Green value is 28 (11.33% from 255 or 16% from 175); Blue value is 138 (54.30% from 255 or 78.86% from 175); Max value from RGB is 138 - color contains mainly: blue. Hex color #091C8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #091C8A is #F6E375. Grayscale: #222222. Windows color (decimal): -16180086 or 9051145. OLE color: 9051145.
HSL color Cylindrical-coordinate representation of color #091C8A: hue angle of 231.16º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #091C8A is Cyan = 0.93, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 28 | 138 | - |
| CMYK | 0.93 | 0.80 | 0 | 0.46 |
| HSL | 231.16º | 0.88% | 0.29% | - |
| HSV(B) | 231.16º | 0.93% | 0.54% | - |
| XYZ | 5.12 | 2.72 | 24.3 | - |
| YUV | 34.86 | 186.21 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 28 | 138 | 0.93 | 0.80 | 0 | 0.46 | 231.16 | 0.88 | 0.29 |
| Hex | 9 | 1C | 8A | 5D | 50 | 0 | 2E | E7 | 58 | 1D |
| Octal | 11 | 34 | 212 | 135 | 120 | 0 | 56 | 347 | 130 | 35 |
| Binary | 1001 | 11100 | 10001010 | 1011101 | 1010000 | 0 | 101110 | 11100111 | 1011000 | 11101 |
Color Harmonies of #091C8A
Complementary color
Monochromatic Colors of #091C8A
Black with #091C8A
Text Example
Text Example
White with #091C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091C8A; }
p { color: rgb(9,28,138); }
H1.HeaderClassName
{
color: #091C8A;
}
.AnyTagClassName
{
color: #091C8A;
}
</style>
background-color css
<style>
a { background-color: #091C8A; }
a { background-color: rgb(9,28,138); }
div.DivClassName
{
background-color: #091C8A;
}
.BgClassName
{
background-color: #091C8A;
}
</style>
border-color css
<style>
span { border-color: #091C8A; }
span { border-color: rgb(9,28,138); }
td.TdClassName
{
border-color: #091C8A;
}
.TagClassName
{
border-color: #091C8A;
}
</style>