Shades of Ultramarine #081883
Tints of Ultramarine #081883
RGB
CMYK
RGB Variations
Color information
#081883 (or 0x081883) is known color: Ultramarine. HEX triplet: 08, 18 and 83. RGB value is (8,24,131). Sum of RGB (Red+Green+Blue) = 8+24+131=163 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.91% from 163); Green value is 24 (9.77% from 255 or 14.72% from 163); Blue value is 131 (51.56% from 255 or 80.37% from 163); Max value from RGB is 131 - color contains mainly: blue. Hex color #081883 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081883 is #F7E77C. Grayscale: #1E1E1E. Windows color (decimal): -16246653 or 8591368. OLE color: 8591368.
HSL color Cylindrical-coordinate representation of color #081883: hue angle of 232.2º 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 #081883 is Cyan = 0.94, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 8 | 24 | 131 | - |
| CMYK | 0.94 | 0.82 | 0 | 0.49 |
| HSL | 232.2º | 0.88% | 0.27% | - |
| HSV(B) | 232.2º | 0.94% | 0.51% | - |
| XYZ | 4.52 | 2.34 | 21.69 | - |
| YUV | 31.41 | 184.2 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 24 | 131 | 0.94 | 0.82 | 0 | 0.49 | 232.2 | 0.88 | 0.27 |
| Hex | 8 | 18 | 83 | 5E | 52 | 0 | 31 | E8 | 58 | 1B |
| Octal | 10 | 30 | 203 | 136 | 122 | 0 | 61 | 350 | 130 | 33 |
| Binary | 1000 | 11000 | 10000011 | 1011110 | 1010010 | 0 | 110001 | 11101000 | 1011000 | 11011 |
Color Harmonies of #081883
Complementary color
Monochromatic Colors of #081883
Black with #081883
Text Example
Text Example
White with #081883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081883; }
p { color: rgb(8,24,131); }
H1.HeaderClassName
{
color: #081883;
}
.AnyTagClassName
{
color: #081883;
}
</style>
background-color css
<style>
a { background-color: #081883; }
a { background-color: rgb(8,24,131); }
div.DivClassName
{
background-color: #081883;
}
.BgClassName
{
background-color: #081883;
}
</style>
border-color css
<style>
span { border-color: #081883; }
span { border-color: rgb(8,24,131); }
td.TdClassName
{
border-color: #081883;
}
.TagClassName
{
border-color: #081883;
}
</style>