Shades of Ultramarine #081893
Tints of Ultramarine #081893
RGB
CMYK
RGB Variations
Color information
#081893 (or 0x081893) is known color: Ultramarine. HEX triplet: 08, 18 and 93. RGB value is (8,24,147). Sum of RGB (Red+Green+Blue) = 8+24+147=179 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.47% from 179); Green value is 24 (9.77% from 255 or 13.41% from 179); Blue value is 147 (57.81% from 255 or 82.12% from 179); Max value from RGB is 147 - color contains mainly: blue. Hex color #081893 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081893 is #F7E76C. Grayscale: #202020. Windows color (decimal): -16246637 or 9639944. OLE color: 9639944.
HSL color Cylindrical-coordinate representation of color #081893: hue angle of 233.09º 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 #081893 is Cyan = 0.95, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 24 | 147 | - |
| CMYK | 0.95 | 0.84 | 0 | 0.42 |
| HSL | 233.09º | 0.9% | 0.3% | - |
| HSV(B) | 233.09º | 0.95% | 0.58% | - |
| XYZ | 5.69 | 2.81 | 27.85 | - |
| YUV | 33.24 | 192.2 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 24 | 147 | 0.95 | 0.84 | 0 | 0.42 | 233.09 | 0.9 | 0.3 |
| Hex | 8 | 18 | 93 | 5F | 54 | 0 | 2A | E9 | 5A | 1E |
| Octal | 10 | 30 | 223 | 137 | 124 | 0 | 52 | 351 | 132 | 36 |
| Binary | 1000 | 11000 | 10010011 | 1011111 | 1010100 | 0 | 101010 | 11101001 | 1011010 | 11110 |
Color Harmonies of #081893
Complementary color
Monochromatic Colors of #081893
Black with #081893
Text Example
Text Example
White with #081893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081893; }
p { color: rgb(8,24,147); }
H1.HeaderClassName
{
color: #081893;
}
.AnyTagClassName
{
color: #081893;
}
</style>
background-color css
<style>
a { background-color: #081893; }
a { background-color: rgb(8,24,147); }
div.DivClassName
{
background-color: #081893;
}
.BgClassName
{
background-color: #081893;
}
</style>
border-color css
<style>
span { border-color: #081893; }
span { border-color: rgb(8,24,147); }
td.TdClassName
{
border-color: #081893;
}
.TagClassName
{
border-color: #081893;
}
</style>