Shades of Ultramarine #091B8F
Tints of Ultramarine #091B8F
RGB
CMYK
RGB Variations
Color information
#091B8F (or 0x091B8F) is known color: Ultramarine. HEX triplet: 09, 1B and 8F. RGB value is (9,27,143). Sum of RGB (Red+Green+Blue) = 9+27+143=179 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.03% from 179); Green value is 27 (10.94% from 255 or 15.08% from 179); Blue value is 143 (56.25% from 255 or 79.89% from 179); Max value from RGB is 143 - color contains mainly: blue. Hex color #091B8F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #091B8F is #F6E470. Grayscale: #222222. Windows color (decimal): -16180337 or 9378569. OLE color: 9378569.
HSL color Cylindrical-coordinate representation of color #091B8F: hue angle of 231.94º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #091B8F is Cyan = 0.94, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 9 | 27 | 143 | - |
| CMYK | 0.94 | 0.81 | 0 | 0.44 |
| HSL | 231.94º | 0.88% | 0.3% | - |
| HSV(B) | 231.94º | 0.94% | 0.56% | - |
| XYZ | 5.46 | 2.83 | 26.24 | - |
| YUV | 34.84 | 189.04 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 27 | 143 | 0.94 | 0.81 | 0 | 0.44 | 231.94 | 0.88 | 0.3 |
| Hex | 9 | 1B | 8F | 5E | 51 | 0 | 2C | E8 | 58 | 1E |
| Octal | 11 | 33 | 217 | 136 | 121 | 0 | 54 | 350 | 130 | 36 |
| Binary | 1001 | 11011 | 10001111 | 1011110 | 1010001 | 0 | 101100 | 11101000 | 1011000 | 11110 |
Color Harmonies of #091B8F
Complementary color
Monochromatic Colors of #091B8F
Black with #091B8F
Text Example
Text Example
White with #091B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091B8F; }
p { color: rgb(9,27,143); }
H1.HeaderClassName
{
color: #091B8F;
}
.AnyTagClassName
{
color: #091B8F;
}
</style>
background-color css
<style>
a { background-color: #091B8F; }
a { background-color: rgb(9,27,143); }
div.DivClassName
{
background-color: #091B8F;
}
.BgClassName
{
background-color: #091B8F;
}
</style>
border-color css
<style>
span { border-color: #091B8F; }
span { border-color: rgb(9,27,143); }
td.TdClassName
{
border-color: #091B8F;
}
.TagClassName
{
border-color: #091B8F;
}
</style>