Shades of Ultramarine #081993
Tints of Ultramarine #081993
RGB
CMYK
RGB Variations
Color information
#081993 (or 0x081993) is known color: Ultramarine. HEX triplet: 08, 19 and 93. RGB value is (8,25,147). Sum of RGB (Red+Green+Blue) = 8+25+147=180 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.44% from 180); Green value is 25 (10.16% from 255 or 13.89% from 180); Blue value is 147 (57.81% from 255 or 81.67% from 180); Max value from RGB is 147 - color contains mainly: blue. Hex color #081993 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081993 is #F7E66C. Grayscale: #212121. Windows color (decimal): -16246381 or 9640200. OLE color: 9640200.
HSL color Cylindrical-coordinate representation of color #081993: hue angle of 232.66º 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 #081993 is Cyan = 0.95, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 25 | 147 | - |
| CMYK | 0.95 | 0.83 | 0 | 0.42 |
| HSL | 232.66º | 0.9% | 0.3% | - |
| HSV(B) | 232.66º | 0.95% | 0.58% | - |
| XYZ | 5.71 | 2.85 | 27.85 | - |
| YUV | 33.83 | 191.87 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 25 | 147 | 0.95 | 0.83 | 0 | 0.42 | 232.66 | 0.9 | 0.3 |
| Hex | 8 | 19 | 93 | 5F | 53 | 0 | 2A | E9 | 5A | 1E |
| Octal | 10 | 31 | 223 | 137 | 123 | 0 | 52 | 351 | 132 | 36 |
| Binary | 1000 | 11001 | 10010011 | 1011111 | 1010011 | 0 | 101010 | 11101001 | 1011010 | 11110 |
Color Harmonies of #081993
Complementary color
Monochromatic Colors of #081993
Black with #081993
Text Example
Text Example
White with #081993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081993; }
p { color: rgb(8,25,147); }
H1.HeaderClassName
{
color: #081993;
}
.AnyTagClassName
{
color: #081993;
}
</style>
background-color css
<style>
a { background-color: #081993; }
a { background-color: rgb(8,25,147); }
div.DivClassName
{
background-color: #081993;
}
.BgClassName
{
background-color: #081993;
}
</style>
border-color css
<style>
span { border-color: #081993; }
span { border-color: rgb(8,25,147); }
td.TdClassName
{
border-color: #081993;
}
.TagClassName
{
border-color: #081993;
}
</style>