Shades of Ultramarine #1F12AB
Tints of Ultramarine #1F12AB
RGB
CMYK
RGB Variations
Color information
#1F12AB (or 0x1F12AB) is known color: Ultramarine. HEX triplet: 1F, 12 and AB. RGB value is (31,18,171). Sum of RGB (Red+Green+Blue) = 31+18+171=220 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.09% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 171 (67.19% from 255 or 77.73% from 220); Max value from RGB is 171 - color contains mainly: blue. Hex color #1F12AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F12AB is #E0ED54. Grayscale: #262626. Windows color (decimal): -14740821 or 11211295. OLE color: 11211295.
HSL color Cylindrical-coordinate representation of color #1F12AB: hue angle of 245.1º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1F12AB is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 18 | 171 | - |
| CMYK | 0.82 | 0.89 | 0 | 0.33 |
| HSL | 245.1º | 0.81% | 0.37% | - |
| HSV(B) | 245.1º | 0.89% | 0.67% | - |
| XYZ | 8.13 | 3.66 | 38.81 | - |
| YUV | 39.33 | 202.31 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 18 | 171 | 0.82 | 0.89 | 0 | 0.33 | 245.1 | 0.81 | 0.37 |
| Hex | 1F | 12 | AB | 52 | 59 | 0 | 21 | F5 | 51 | 25 |
| Octal | 37 | 22 | 253 | 122 | 131 | 0 | 41 | 365 | 121 | 45 |
| Binary | 11111 | 10010 | 10101011 | 1010010 | 1011001 | 0 | 100001 | 11110101 | 1010001 | 100101 |
Color Harmonies of #1F12AB
Complementary color
Monochromatic Colors of #1F12AB
Black with #1F12AB
Text Example
Text Example
White with #1F12AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F12AB; }
p { color: rgb(31,18,171); }
H1.HeaderClassName
{
color: #1F12AB;
}
.AnyTagClassName
{
color: #1F12AB;
}
</style>
background-color css
<style>
a { background-color: #1F12AB; }
a { background-color: rgb(31,18,171); }
div.DivClassName
{
background-color: #1F12AB;
}
.BgClassName
{
background-color: #1F12AB;
}
</style>
border-color css
<style>
span { border-color: #1F12AB; }
span { border-color: rgb(31,18,171); }
td.TdClassName
{
border-color: #1F12AB;
}
.TagClassName
{
border-color: #1F12AB;
}
</style>