Shades of Ultramarine #031691
Tints of Ultramarine #031691
RGB
CMYK
RGB Variations
Color information
#031691 (or 0x031691) is known color: Ultramarine. HEX triplet: 03, 16 and 91. RGB value is (3,22,145). Sum of RGB (Red+Green+Blue) = 3+22+145=170 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.76% from 170); Green value is 22 (8.98% from 255 or 12.94% from 170); Blue value is 145 (57.03% from 255 or 85.29% from 170); Max value from RGB is 145 - color contains mainly: blue. Hex color #031691 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031691 is #FCE96E. Grayscale: #1D1D1D. Windows color (decimal): -16574831 or 9508355. OLE color: 9508355.
HSL color Cylindrical-coordinate representation of color #031691: hue angle of 231.97º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031691 is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 3 | 22 | 145 | - |
| CMYK | 0.98 | 0.85 | 0 | 0.43 |
| HSL | 231.97º | 0.96% | 0.29% | - |
| HSV(B) | 231.97º | 0.98% | 0.57% | - |
| XYZ | 5.44 | 2.64 | 27.01 | - |
| YUV | 30.34 | 192.71 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 22 | 145 | 0.98 | 0.85 | 0 | 0.43 | 231.97 | 0.96 | 0.29 |
| Hex | 3 | 16 | 91 | 62 | 55 | 0 | 2B | E8 | 60 | 1D |
| Octal | 3 | 26 | 221 | 142 | 125 | 0 | 53 | 350 | 140 | 35 |
| Binary | 11 | 10110 | 10010001 | 1100010 | 1010101 | 0 | 101011 | 11101000 | 1100000 | 11101 |
Color Harmonies of #031691
Complementary color
Monochromatic Colors of #031691
Black with #031691
Text Example
Text Example
White with #031691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031691; }
p { color: rgb(3,22,145); }
H1.HeaderClassName
{
color: #031691;
}
.AnyTagClassName
{
color: #031691;
}
</style>
background-color css
<style>
a { background-color: #031691; }
a { background-color: rgb(3,22,145); }
div.DivClassName
{
background-color: #031691;
}
.BgClassName
{
background-color: #031691;
}
</style>
border-color css
<style>
span { border-color: #031691; }
span { border-color: rgb(3,22,145); }
td.TdClassName
{
border-color: #031691;
}
.TagClassName
{
border-color: #031691;
}
</style>