Shades of Ultramarine #1F01AB
Tints of Ultramarine #1F01AB
RGB
CMYK
RGB Variations
Color information
#1F01AB (or 0x1F01AB) is known color: Ultramarine. HEX triplet: 1F, 01 and AB. RGB value is (31,1,171). Sum of RGB (Red+Green+Blue) = 31+1+171=203 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.27% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 171 (67.19% from 255 or 84.24% from 203); Max value from RGB is 171 - color contains mainly: blue. Hex color #1F01AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F01AB is #E0FE54. Grayscale: #1C1C1C. Windows color (decimal): -14745173 or 11206943. OLE color: 11206943.
HSL color Cylindrical-coordinate representation of color #1F01AB: hue angle of 250.59º degrees, saturation: 0.99, 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 #1F01AB is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 1 | 171 | - |
| CMYK | 0.82 | 0.99 | 0 | 0.33 |
| HSL | 250.59º | 0.99% | 0.34% | - |
| HSV(B) | 250.59º | 0.99% | 0.67% | - |
| XYZ | 7.93 | 3.25 | 38.74 | - |
| YUV | 29.35 | 207.94 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 1 | 171 | 0.82 | 0.99 | 0 | 0.33 | 250.59 | 0.99 | 0.34 |
| Hex | 1F | 1 | AB | 52 | 63 | 0 | 21 | FB | 63 | 22 |
| Octal | 37 | 1 | 253 | 122 | 143 | 0 | 41 | 373 | 143 | 42 |
| Binary | 11111 | 1 | 10101011 | 1010010 | 1100011 | 0 | 100001 | 11111011 | 1100011 | 100010 |
Color Harmonies of #1F01AB
Complementary color
Monochromatic Colors of #1F01AB
Black with #1F01AB
Text Example
Text Example
White with #1F01AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F01AB; }
p { color: rgb(31,1,171); }
H1.HeaderClassName
{
color: #1F01AB;
}
.AnyTagClassName
{
color: #1F01AB;
}
</style>
background-color css
<style>
a { background-color: #1F01AB; }
a { background-color: rgb(31,1,171); }
div.DivClassName
{
background-color: #1F01AB;
}
.BgClassName
{
background-color: #1F01AB;
}
</style>
border-color css
<style>
span { border-color: #1F01AB; }
span { border-color: rgb(31,1,171); }
td.TdClassName
{
border-color: #1F01AB;
}
.TagClassName
{
border-color: #1F01AB;
}
</style>