Shades of Ultramarine #031493
Tints of Ultramarine #031493
RGB
CMYK
RGB Variations
Color information
#031493 (or 0x031493) is known color: Ultramarine. HEX triplet: 03, 14 and 93. RGB value is (3,20,147). Sum of RGB (Red+Green+Blue) = 3+20+147=170 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.76% from 170); Green value is 20 (8.20% from 255 or 11.76% from 170); Blue value is 147 (57.81% from 255 or 86.47% from 170); Max value from RGB is 147 - color contains mainly: blue. Hex color #031493 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031493 is #FCEB6C. Grayscale: #1C1C1C. Windows color (decimal): -16575341 or 9638915. OLE color: 9638915.
HSL color Cylindrical-coordinate representation of color #031493: hue angle of 232.92º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031493 is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 20 | 147 | - |
| CMYK | 0.98 | 0.86 | 0 | 0.42 |
| HSL | 232.92º | 0.96% | 0.29% | - |
| HSV(B) | 232.92º | 0.98% | 0.58% | - |
| XYZ | 5.55 | 2.63 | 27.82 | - |
| YUV | 29.4 | 194.37 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 20 | 147 | 0.98 | 0.86 | 0 | 0.42 | 232.92 | 0.96 | 0.29 |
| Hex | 3 | 14 | 93 | 62 | 56 | 0 | 2A | E9 | 60 | 1D |
| Octal | 3 | 24 | 223 | 142 | 126 | 0 | 52 | 351 | 140 | 35 |
| Binary | 11 | 10100 | 10010011 | 1100010 | 1010110 | 0 | 101010 | 11101001 | 1100000 | 11101 |
Color Harmonies of #031493
Complementary color
Monochromatic Colors of #031493
Black with #031493
Text Example
Text Example
White with #031493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031493; }
p { color: rgb(3,20,147); }
H1.HeaderClassName
{
color: #031493;
}
.AnyTagClassName
{
color: #031493;
}
</style>
background-color css
<style>
a { background-color: #031493; }
a { background-color: rgb(3,20,147); }
div.DivClassName
{
background-color: #031493;
}
.BgClassName
{
background-color: #031493;
}
</style>
border-color css
<style>
span { border-color: #031493; }
span { border-color: rgb(3,20,147); }
td.TdClassName
{
border-color: #031493;
}
.TagClassName
{
border-color: #031493;
}
</style>