Shades of Ultramarine #091C8D
Tints of Ultramarine #091C8D
RGB
CMYK
RGB Variations
Color information
#091C8D (or 0x091C8D) is known color: Ultramarine. HEX triplet: 09, 1C and 8D. RGB value is (9,28,141). Sum of RGB (Red+Green+Blue) = 9+28+141=178 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.06% from 178); Green value is 28 (11.33% from 255 or 15.73% from 178); Blue value is 141 (55.47% from 255 or 79.21% from 178); Max value from RGB is 141 - color contains mainly: blue. Hex color #091C8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #091C8D is #F6E372. Grayscale: #222222. Windows color (decimal): -16180083 or 9247753. OLE color: 9247753.
HSL color Cylindrical-coordinate representation of color #091C8D: hue angle of 231.36º 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 #091C8D is Cyan = 0.94, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 28 | 141 | - |
| CMYK | 0.94 | 0.80 | 0 | 0.45 |
| HSL | 231.36º | 0.88% | 0.29% | - |
| HSV(B) | 231.36º | 0.94% | 0.55% | - |
| XYZ | 5.34 | 2.81 | 25.46 | - |
| YUV | 35.2 | 187.71 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 28 | 141 | 0.94 | 0.80 | 0 | 0.45 | 231.36 | 0.88 | 0.29 |
| Hex | 9 | 1C | 8D | 5E | 50 | 0 | 2D | E7 | 58 | 1D |
| Octal | 11 | 34 | 215 | 136 | 120 | 0 | 55 | 347 | 130 | 35 |
| Binary | 1001 | 11100 | 10001101 | 1011110 | 1010000 | 0 | 101101 | 11100111 | 1011000 | 11101 |
Color Harmonies of #091C8D
Complementary color
Monochromatic Colors of #091C8D
Black with #091C8D
Text Example
Text Example
White with #091C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091C8D; }
p { color: rgb(9,28,141); }
H1.HeaderClassName
{
color: #091C8D;
}
.AnyTagClassName
{
color: #091C8D;
}
</style>
background-color css
<style>
a { background-color: #091C8D; }
a { background-color: rgb(9,28,141); }
div.DivClassName
{
background-color: #091C8D;
}
.BgClassName
{
background-color: #091C8D;
}
</style>
border-color css
<style>
span { border-color: #091C8D; }
span { border-color: rgb(9,28,141); }
td.TdClassName
{
border-color: #091C8D;
}
.TagClassName
{
border-color: #091C8D;
}
</style>