Shades of Ultramarine #091983
Tints of Ultramarine #091983
RGB
CMYK
RGB Variations
Color information
#091983 (or 0x091983) is known color: Ultramarine. HEX triplet: 09, 19 and 83. RGB value is (9,25,131). Sum of RGB (Red+Green+Blue) = 9+25+131=165 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.45% from 165); Green value is 25 (10.16% from 255 or 15.15% from 165); Blue value is 131 (51.56% from 255 or 79.39% from 165); Max value from RGB is 131 - color contains mainly: blue. Hex color #091983 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #091983 is #F6E67C. Grayscale: #1F1F1F. Windows color (decimal): -16180861 or 8591625. OLE color: 8591625.
HSL color Cylindrical-coordinate representation of color #091983: hue angle of 232.13º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #091983 is Cyan = 0.93, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 9 | 25 | 131 | - |
| CMYK | 0.93 | 0.81 | 0 | 0.49 |
| HSL | 232.13º | 0.87% | 0.27% | - |
| HSV(B) | 232.13º | 0.93% | 0.51% | - |
| XYZ | 4.56 | 2.39 | 21.69 | - |
| YUV | 32.3 | 183.7 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 25 | 131 | 0.93 | 0.81 | 0 | 0.49 | 232.13 | 0.87 | 0.27 |
| Hex | 9 | 19 | 83 | 5D | 51 | 0 | 31 | E8 | 57 | 1B |
| Octal | 11 | 31 | 203 | 135 | 121 | 0 | 61 | 350 | 127 | 33 |
| Binary | 1001 | 11001 | 10000011 | 1011101 | 1010001 | 0 | 110001 | 11101000 | 1010111 | 11011 |
Color Harmonies of #091983
Complementary color
Monochromatic Colors of #091983
Black with #091983
Text Example
Text Example
White with #091983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091983; }
p { color: rgb(9,25,131); }
H1.HeaderClassName
{
color: #091983;
}
.AnyTagClassName
{
color: #091983;
}
</style>
background-color css
<style>
a { background-color: #091983; }
a { background-color: rgb(9,25,131); }
div.DivClassName
{
background-color: #091983;
}
.BgClassName
{
background-color: #091983;
}
</style>
border-color css
<style>
span { border-color: #091983; }
span { border-color: rgb(9,25,131); }
td.TdClassName
{
border-color: #091983;
}
.TagClassName
{
border-color: #091983;
}
</style>