Shades of Ultramarine #081193
Tints of Ultramarine #081193
RGB
CMYK
RGB Variations
Color information
#081193 (or 0x081193) is known color: Ultramarine. HEX triplet: 08, 11 and 93. RGB value is (8,17,147). Sum of RGB (Red+Green+Blue) = 8+17+147=172 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.65% from 172); Green value is 17 (7.03% from 255 or 9.88% from 172); Blue value is 147 (57.81% from 255 or 85.47% from 172); Max value from RGB is 147 - color contains mainly: blue. Hex color #081193 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081193 is #F7EE6C. Grayscale: #1C1C1C. Windows color (decimal): -16248429 or 9638152. OLE color: 9638152.
HSL color Cylindrical-coordinate representation of color #081193: hue angle of 236.12º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #081193 is Cyan = 0.95, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 17 | 147 | - |
| CMYK | 0.95 | 0.88 | 0 | 0.42 |
| HSL | 236.12º | 0.9% | 0.3% | - |
| HSV(B) | 236.12º | 0.95% | 0.58% | - |
| XYZ | 5.57 | 2.56 | 27.8 | - |
| YUV | 29.13 | 194.52 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 17 | 147 | 0.95 | 0.88 | 0 | 0.42 | 236.12 | 0.9 | 0.3 |
| Hex | 8 | 11 | 93 | 5F | 58 | 0 | 2A | EC | 5A | 1E |
| Octal | 10 | 21 | 223 | 137 | 130 | 0 | 52 | 354 | 132 | 36 |
| Binary | 1000 | 10001 | 10010011 | 1011111 | 1011000 | 0 | 101010 | 11101100 | 1011010 | 11110 |
Color Harmonies of #081193
Complementary color
Monochromatic Colors of #081193
Black with #081193
Text Example
Text Example
White with #081193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081193; }
p { color: rgb(8,17,147); }
H1.HeaderClassName
{
color: #081193;
}
.AnyTagClassName
{
color: #081193;
}
</style>
background-color css
<style>
a { background-color: #081193; }
a { background-color: rgb(8,17,147); }
div.DivClassName
{
background-color: #081193;
}
.BgClassName
{
background-color: #081193;
}
</style>
border-color css
<style>
span { border-color: #081193; }
span { border-color: rgb(8,17,147); }
td.TdClassName
{
border-color: #081193;
}
.TagClassName
{
border-color: #081193;
}
</style>