Shades of Ultramarine #1F14AB
Tints of Ultramarine #1F14AB
RGB
CMYK
RGB Variations
Color information
#1F14AB (or 0x1F14AB) is known color: Ultramarine. HEX triplet: 1F, 14 and AB. RGB value is (31,20,171). Sum of RGB (Red+Green+Blue) = 31+20+171=222 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.96% from 222); Green value is 20 (8.20% from 255 or 9.01% from 222); Blue value is 171 (67.19% from 255 or 77.03% from 222); Max value from RGB is 171 - color contains mainly: blue. Hex color #1F14AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F14AB is #E0EB54. Grayscale: #272727. Windows color (decimal): -14740309 or 11211807. OLE color: 11211807.
HSL color Cylindrical-coordinate representation of color #1F14AB: hue angle of 244.37º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F14AB is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 20 | 171 | - |
| CMYK | 0.82 | 0.88 | 0 | 0.33 |
| HSL | 244.37º | 0.79% | 0.37% | - |
| HSV(B) | 244.37º | 0.88% | 0.67% | - |
| XYZ | 8.17 | 3.73 | 38.82 | - |
| YUV | 40.5 | 201.64 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 20 | 171 | 0.82 | 0.88 | 0 | 0.33 | 244.37 | 0.79 | 0.37 |
| Hex | 1F | 14 | AB | 52 | 58 | 0 | 21 | F4 | 4F | 25 |
| Octal | 37 | 24 | 253 | 122 | 130 | 0 | 41 | 364 | 117 | 45 |
| Binary | 11111 | 10100 | 10101011 | 1010010 | 1011000 | 0 | 100001 | 11110100 | 1001111 | 100101 |
Color Harmonies of #1F14AB
Complementary color
Monochromatic Colors of #1F14AB
Black with #1F14AB
Text Example
Text Example
White with #1F14AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F14AB; }
p { color: rgb(31,20,171); }
H1.HeaderClassName
{
color: #1F14AB;
}
.AnyTagClassName
{
color: #1F14AB;
}
</style>
background-color css
<style>
a { background-color: #1F14AB; }
a { background-color: rgb(31,20,171); }
div.DivClassName
{
background-color: #1F14AB;
}
.BgClassName
{
background-color: #1F14AB;
}
</style>
border-color css
<style>
span { border-color: #1F14AB; }
span { border-color: rgb(31,20,171); }
td.TdClassName
{
border-color: #1F14AB;
}
.TagClassName
{
border-color: #1F14AB;
}
</style>