Shades of Ultramarine #091A8C
Tints of Ultramarine #091A8C
RGB
CMYK
RGB Variations
Color information
#091A8C (or 0x091A8C) is known color: Ultramarine. HEX triplet: 09, 1A and 8C. RGB value is (9,26,140). Sum of RGB (Red+Green+Blue) = 9+26+140=175 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.14% from 175); Green value is 26 (10.55% from 255 or 14.86% from 175); Blue value is 140 (55.08% from 255 or 80% from 175); Max value from RGB is 140 - color contains mainly: blue. Hex color #091A8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #091A8C is #F6E573. Grayscale: #212121. Windows color (decimal): -16180596 or 9181705. OLE color: 9181705.
HSL color Cylindrical-coordinate representation of color #091A8C: hue angle of 232.21º 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 #091A8C is Cyan = 0.94, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 26 | 140 | - |
| CMYK | 0.94 | 0.81 | 0 | 0.45 |
| HSL | 232.21º | 0.88% | 0.29% | - |
| HSV(B) | 232.21º | 0.94% | 0.55% | - |
| XYZ | 5.22 | 2.69 | 25.06 | - |
| YUV | 33.91 | 187.87 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 26 | 140 | 0.94 | 0.81 | 0 | 0.45 | 232.21 | 0.88 | 0.29 |
| Hex | 9 | 1A | 8C | 5E | 51 | 0 | 2D | E8 | 58 | 1D |
| Octal | 11 | 32 | 214 | 136 | 121 | 0 | 55 | 350 | 130 | 35 |
| Binary | 1001 | 11010 | 10001100 | 1011110 | 1010001 | 0 | 101101 | 11101000 | 1011000 | 11101 |
Color Harmonies of #091A8C
Complementary color
Monochromatic Colors of #091A8C
Black with #091A8C
Text Example
Text Example
White with #091A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091A8C; }
p { color: rgb(9,26,140); }
H1.HeaderClassName
{
color: #091A8C;
}
.AnyTagClassName
{
color: #091A8C;
}
</style>
background-color css
<style>
a { background-color: #091A8C; }
a { background-color: rgb(9,26,140); }
div.DivClassName
{
background-color: #091A8C;
}
.BgClassName
{
background-color: #091A8C;
}
</style>
border-color css
<style>
span { border-color: #091A8C; }
span { border-color: rgb(9,26,140); }
td.TdClassName
{
border-color: #091A8C;
}
.TagClassName
{
border-color: #091A8C;
}
</style>