Shades of Ultramarine #091B8C
Tints of Ultramarine #091B8C
RGB
CMYK
RGB Variations
Color information
#091B8C (or 0x091B8C) is known color: Ultramarine. HEX triplet: 09, 1B and 8C. RGB value is (9,27,140). Sum of RGB (Red+Green+Blue) = 9+27+140=176 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.11% from 176); Green value is 27 (10.94% from 255 or 15.34% from 176); Blue value is 140 (55.08% from 255 or 79.55% from 176); Max value from RGB is 140 - color contains mainly: blue. Hex color #091B8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #091B8C is #F6E473. Grayscale: #222222. Windows color (decimal): -16180340 or 9181961. OLE color: 9181961.
HSL color Cylindrical-coordinate representation of color #091B8C: hue angle of 231.76º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #091B8C is Cyan = 0.94, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 27 | 140 | - |
| CMYK | 0.94 | 0.81 | 0 | 0.45 |
| HSL | 231.76º | 0.88% | 0.29% | - |
| HSV(B) | 231.76º | 0.94% | 0.55% | - |
| XYZ | 5.24 | 2.74 | 25.06 | - |
| YUV | 34.5 | 187.54 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 27 | 140 | 0.94 | 0.81 | 0 | 0.45 | 231.76 | 0.88 | 0.29 |
| Hex | 9 | 1B | 8C | 5E | 51 | 0 | 2D | E8 | 58 | 1D |
| Octal | 11 | 33 | 214 | 136 | 121 | 0 | 55 | 350 | 130 | 35 |
| Binary | 1001 | 11011 | 10001100 | 1011110 | 1010001 | 0 | 101101 | 11101000 | 1011000 | 11101 |
Color Harmonies of #091B8C
Complementary color
Monochromatic Colors of #091B8C
Black with #091B8C
Text Example
Text Example
White with #091B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091B8C; }
p { color: rgb(9,27,140); }
H1.HeaderClassName
{
color: #091B8C;
}
.AnyTagClassName
{
color: #091B8C;
}
</style>
background-color css
<style>
a { background-color: #091B8C; }
a { background-color: rgb(9,27,140); }
div.DivClassName
{
background-color: #091B8C;
}
.BgClassName
{
background-color: #091B8C;
}
</style>
border-color css
<style>
span { border-color: #091B8C; }
span { border-color: rgb(9,27,140); }
td.TdClassName
{
border-color: #091B8C;
}
.TagClassName
{
border-color: #091B8C;
}
</style>