Shades of Ultramarine #081384
Tints of Ultramarine #081384
RGB
CMYK
RGB Variations
Color information
#081384 (or 0x081384) is known color: Ultramarine. HEX triplet: 08, 13 and 84. RGB value is (8,19,132). Sum of RGB (Red+Green+Blue) = 8+19+132=159 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5.03% from 159); Green value is 19 (7.81% from 255 or 11.95% from 159); Blue value is 132 (51.95% from 255 or 83.02% from 159); Max value from RGB is 132 - color contains mainly: blue. Hex color #081384 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081384 is #F7EC7B. Grayscale: #1C1C1C. Windows color (decimal): -16247932 or 8655624. OLE color: 8655624.
HSL color Cylindrical-coordinate representation of color #081384: hue angle of 234.68º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #081384 is Cyan = 0.94, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 8 | 19 | 132 | - |
| CMYK | 0.94 | 0.86 | 0 | 0.48 |
| HSL | 234.68º | 0.89% | 0.27% | - |
| HSV(B) | 234.68º | 0.94% | 0.52% | - |
| XYZ | 4.5 | 2.18 | 22.01 | - |
| YUV | 28.59 | 186.36 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 19 | 132 | 0.94 | 0.86 | 0 | 0.48 | 234.68 | 0.89 | 0.27 |
| Hex | 8 | 13 | 84 | 5E | 56 | 0 | 30 | EB | 59 | 1B |
| Octal | 10 | 23 | 204 | 136 | 126 | 0 | 60 | 353 | 131 | 33 |
| Binary | 1000 | 10011 | 10000100 | 1011110 | 1010110 | 0 | 110000 | 11101011 | 1011001 | 11011 |
Color Harmonies of #081384
Complementary color
Monochromatic Colors of #081384
Black with #081384
Text Example
Text Example
White with #081384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081384; }
p { color: rgb(8,19,132); }
H1.HeaderClassName
{
color: #081384;
}
.AnyTagClassName
{
color: #081384;
}
</style>
background-color css
<style>
a { background-color: #081384; }
a { background-color: rgb(8,19,132); }
div.DivClassName
{
background-color: #081384;
}
.BgClassName
{
background-color: #081384;
}
</style>
border-color css
<style>
span { border-color: #081384; }
span { border-color: rgb(8,19,132); }
td.TdClassName
{
border-color: #081384;
}
.TagClassName
{
border-color: #081384;
}
</style>