Shades of Ultramarine #031996
Tints of Ultramarine #031996
RGB
CMYK
RGB Variations
Color information
#031996 (or 0x031996) is known color: Ultramarine. HEX triplet: 03, 19 and 96. RGB value is (3,25,150). Sum of RGB (Red+Green+Blue) = 3+25+150=178 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 178); Green value is 25 (10.16% from 255 or 14.04% from 178); Blue value is 150 (58.98% from 255 or 84.27% from 178); Max value from RGB is 150 - color contains mainly: blue. Hex color #031996 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031996 is #FCE669. Grayscale: #202020. Windows color (decimal): -16574058 or 9836803. OLE color: 9836803.
HSL color Cylindrical-coordinate representation of color #031996: hue angle of 231.02º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031996 is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 3 | 25 | 150 | - |
| CMYK | 0.98 | 0.83 | 0 | 0.41 |
| HSL | 231.02º | 0.96% | 0.3% | - |
| HSV(B) | 231.02º | 0.98% | 0.59% | - |
| XYZ | 5.89 | 2.92 | 29.11 | - |
| YUV | 32.67 | 194.21 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 25 | 150 | 0.98 | 0.83 | 0 | 0.41 | 231.02 | 0.96 | 0.3 |
| Hex | 3 | 19 | 96 | 62 | 53 | 0 | 29 | E7 | 60 | 1E |
| Octal | 3 | 31 | 226 | 142 | 123 | 0 | 51 | 347 | 140 | 36 |
| Binary | 11 | 11001 | 10010110 | 1100010 | 1010011 | 0 | 101001 | 11100111 | 1100000 | 11110 |
Color Harmonies of #031996
Complementary color
Monochromatic Colors of #031996
Black with #031996
Text Example
Text Example
White with #031996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031996; }
p { color: rgb(3,25,150); }
H1.HeaderClassName
{
color: #031996;
}
.AnyTagClassName
{
color: #031996;
}
</style>
background-color css
<style>
a { background-color: #031996; }
a { background-color: rgb(3,25,150); }
div.DivClassName
{
background-color: #031996;
}
.BgClassName
{
background-color: #031996;
}
</style>
border-color css
<style>
span { border-color: #031996; }
span { border-color: rgb(3,25,150); }
td.TdClassName
{
border-color: #031996;
}
.TagClassName
{
border-color: #031996;
}
</style>