Shades of Ultramarine #1F02AB
Tints of Ultramarine #1F02AB
RGB
CMYK
RGB Variations
Color information
#1F02AB (or 0x1F02AB) is known color: Ultramarine. HEX triplet: 1F, 02 and AB. RGB value is (31,2,171). Sum of RGB (Red+Green+Blue) = 31+2+171=204 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.20% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 171 (67.19% from 255 or 83.82% from 204); Max value from RGB is 171 - color contains mainly: blue. Hex color #1F02AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F02AB is #E0FD54. Grayscale: #1D1D1D. Windows color (decimal): -14744917 or 11207199. OLE color: 11207199.
HSL color Cylindrical-coordinate representation of color #1F02AB: hue angle of 250.3º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1F02AB is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 2 | 171 | - |
| CMYK | 0.82 | 0.99 | 0 | 0.33 |
| HSL | 250.3º | 0.98% | 0.34% | - |
| HSV(B) | 250.3º | 0.99% | 0.67% | - |
| XYZ | 7.94 | 3.27 | 38.74 | - |
| YUV | 29.94 | 207.61 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 2 | 171 | 0.82 | 0.99 | 0 | 0.33 | 250.3 | 0.98 | 0.34 |
| Hex | 1F | 2 | AB | 52 | 63 | 0 | 21 | FA | 62 | 22 |
| Octal | 37 | 2 | 253 | 122 | 143 | 0 | 41 | 372 | 142 | 42 |
| Binary | 11111 | 10 | 10101011 | 1010010 | 1100011 | 0 | 100001 | 11111010 | 1100010 | 100010 |
Color Harmonies of #1F02AB
Complementary color
Monochromatic Colors of #1F02AB
Black with #1F02AB
Text Example
Text Example
White with #1F02AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F02AB; }
p { color: rgb(31,2,171); }
H1.HeaderClassName
{
color: #1F02AB;
}
.AnyTagClassName
{
color: #1F02AB;
}
</style>
background-color css
<style>
a { background-color: #1F02AB; }
a { background-color: rgb(31,2,171); }
div.DivClassName
{
background-color: #1F02AB;
}
.BgClassName
{
background-color: #1F02AB;
}
</style>
border-color css
<style>
span { border-color: #1F02AB; }
span { border-color: rgb(31,2,171); }
td.TdClassName
{
border-color: #1F02AB;
}
.TagClassName
{
border-color: #1F02AB;
}
</style>