Shades of Ultramarine #031A8F
Tints of Ultramarine #031A8F
RGB
CMYK
RGB Variations
Color information
#031A8F (or 0x031A8F) is known color: Ultramarine. HEX triplet: 03, 1A and 8F. RGB value is (3,26,143). Sum of RGB (Red+Green+Blue) = 3+26+143=172 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.74% from 172); Green value is 26 (10.55% from 255 or 15.12% from 172); Blue value is 143 (56.25% from 255 or 83.14% from 172); Max value from RGB is 143 - color contains mainly: blue. Hex color #031A8F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031A8F is #FCE570. Grayscale: #1F1F1F. Windows color (decimal): -16573809 or 9378307. OLE color: 9378307.
HSL color Cylindrical-coordinate representation of color #031A8F: hue angle of 230.14º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031A8F is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 3 | 26 | 143 | - |
| CMYK | 0.98 | 0.82 | 0 | 0.44 |
| HSL | 230.14º | 0.96% | 0.29% | - |
| HSV(B) | 230.14º | 0.98% | 0.56% | - |
| XYZ | 5.36 | 2.74 | 26.23 | - |
| YUV | 32.46 | 190.38 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 26 | 143 | 0.98 | 0.82 | 0 | 0.44 | 230.14 | 0.96 | 0.29 |
| Hex | 3 | 1A | 8F | 62 | 52 | 0 | 2C | E6 | 60 | 1D |
| Octal | 3 | 32 | 217 | 142 | 122 | 0 | 54 | 346 | 140 | 35 |
| Binary | 11 | 11010 | 10001111 | 1100010 | 1010010 | 0 | 101100 | 11100110 | 1100000 | 11101 |
Color Harmonies of #031A8F
Complementary color
Monochromatic Colors of #031A8F
Black with #031A8F
Text Example
Text Example
White with #031A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031A8F; }
p { color: rgb(3,26,143); }
H1.HeaderClassName
{
color: #031A8F;
}
.AnyTagClassName
{
color: #031A8F;
}
</style>
background-color css
<style>
a { background-color: #031A8F; }
a { background-color: rgb(3,26,143); }
div.DivClassName
{
background-color: #031A8F;
}
.BgClassName
{
background-color: #031A8F;
}
</style>
border-color css
<style>
span { border-color: #031A8F; }
span { border-color: rgb(3,26,143); }
td.TdClassName
{
border-color: #031A8F;
}
.TagClassName
{
border-color: #031A8F;
}
</style>