Shades of Ultramarine #081683
Tints of Ultramarine #081683
RGB
CMYK
RGB Variations
Color information
#081683 (or 0x081683) is known color: Ultramarine. HEX triplet: 08, 16 and 83. RGB value is (8,22,131). Sum of RGB (Red+Green+Blue) = 8+22+131=161 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.97% from 161); Green value is 22 (8.98% from 255 or 13.66% from 161); Blue value is 131 (51.56% from 255 or 81.37% from 161); Max value from RGB is 131 - color contains mainly: blue. Hex color #081683 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081683 is #F7E97C. Grayscale: #1D1D1D. Windows color (decimal): -16247165 or 8590856. OLE color: 8590856.
HSL color Cylindrical-coordinate representation of color #081683: hue angle of 233.17º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #081683 is Cyan = 0.94, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 8 | 22 | 131 | - |
| CMYK | 0.94 | 0.83 | 0 | 0.49 |
| HSL | 233.17º | 0.88% | 0.27% | - |
| HSV(B) | 233.17º | 0.94% | 0.51% | - |
| XYZ | 4.48 | 2.26 | 21.67 | - |
| YUV | 30.24 | 184.86 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 22 | 131 | 0.94 | 0.83 | 0 | 0.49 | 233.17 | 0.88 | 0.27 |
| Hex | 8 | 16 | 83 | 5E | 53 | 0 | 31 | E9 | 58 | 1B |
| Octal | 10 | 26 | 203 | 136 | 123 | 0 | 61 | 351 | 130 | 33 |
| Binary | 1000 | 10110 | 10000011 | 1011110 | 1010011 | 0 | 110001 | 11101001 | 1011000 | 11011 |
Color Harmonies of #081683
Complementary color
Monochromatic Colors of #081683
Black with #081683
Text Example
Text Example
White with #081683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081683; }
p { color: rgb(8,22,131); }
H1.HeaderClassName
{
color: #081683;
}
.AnyTagClassName
{
color: #081683;
}
</style>
background-color css
<style>
a { background-color: #081683; }
a { background-color: rgb(8,22,131); }
div.DivClassName
{
background-color: #081683;
}
.BgClassName
{
background-color: #081683;
}
</style>
border-color css
<style>
span { border-color: #081683; }
span { border-color: rgb(8,22,131); }
td.TdClassName
{
border-color: #081683;
}
.TagClassName
{
border-color: #081683;
}
</style>