Shades of Ultramarine #031692
Tints of Ultramarine #031692
RGB
CMYK
RGB Variations
Color information
#031692 (or 0x031692) is known color: Ultramarine. HEX triplet: 03, 16 and 92. RGB value is (3,22,146). Sum of RGB (Red+Green+Blue) = 3+22+146=171 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.75% from 171); Green value is 22 (8.98% from 255 or 12.87% from 171); Blue value is 146 (57.42% from 255 or 85.38% from 171); Max value from RGB is 146 - color contains mainly: blue. Hex color #031692 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031692 is #FCE96D. Grayscale: #1D1D1D. Windows color (decimal): -16574830 or 9573891. OLE color: 9573891.
HSL color Cylindrical-coordinate representation of color #031692: hue angle of 232.03º 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 #031692 is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 3 | 22 | 146 | - |
| CMYK | 0.98 | 0.85 | 0 | 0.43 |
| HSL | 232.03º | 0.96% | 0.29% | - |
| HSV(B) | 232.03º | 0.98% | 0.57% | - |
| XYZ | 5.51 | 2.67 | 27.42 | - |
| YUV | 30.46 | 193.21 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 22 | 146 | 0.98 | 0.85 | 0 | 0.43 | 232.03 | 0.96 | 0.29 |
| Hex | 3 | 16 | 92 | 62 | 55 | 0 | 2B | E8 | 60 | 1D |
| Octal | 3 | 26 | 222 | 142 | 125 | 0 | 53 | 350 | 140 | 35 |
| Binary | 11 | 10110 | 10010010 | 1100010 | 1010101 | 0 | 101011 | 11101000 | 1100000 | 11101 |
Color Harmonies of #031692
Complementary color
Monochromatic Colors of #031692
Black with #031692
Text Example
Text Example
White with #031692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031692; }
p { color: rgb(3,22,146); }
H1.HeaderClassName
{
color: #031692;
}
.AnyTagClassName
{
color: #031692;
}
</style>
background-color css
<style>
a { background-color: #031692; }
a { background-color: rgb(3,22,146); }
div.DivClassName
{
background-color: #031692;
}
.BgClassName
{
background-color: #031692;
}
</style>
border-color css
<style>
span { border-color: #031692; }
span { border-color: rgb(3,22,146); }
td.TdClassName
{
border-color: #031692;
}
.TagClassName
{
border-color: #031692;
}
</style>