Shades of Ultramarine #1F03AB
Tints of Ultramarine #1F03AB
RGB
CMYK
RGB Variations
Color information
#1F03AB (or 0x1F03AB) is known color: Ultramarine. HEX triplet: 1F, 03 and AB. RGB value is (31,3,171). Sum of RGB (Red+Green+Blue) = 31+3+171=205 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.12% from 205); Green value is 3 (1.56% from 255 or 1.46% from 205); Blue value is 171 (67.19% from 255 or 83.41% from 205); Max value from RGB is 171 - color contains mainly: blue. Hex color #1F03AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F03AB is #E0FC54. Grayscale: #1D1D1D. Windows color (decimal): -14744661 or 11207455. OLE color: 11207455.
HSL color Cylindrical-coordinate representation of color #1F03AB: hue angle of 250º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1F03AB is Cyan = 0.82, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 3 | 171 | - |
| CMYK | 0.82 | 0.98 | 0 | 0.33 |
| HSL | 250º | 0.97% | 0.34% | - |
| HSV(B) | 250º | 0.98% | 0.67% | - |
| XYZ | 7.95 | 3.3 | 38.75 | - |
| YUV | 30.52 | 207.28 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 3 | 171 | 0.82 | 0.98 | 0 | 0.33 | 250 | 0.97 | 0.34 |
| Hex | 1F | 3 | AB | 52 | 62 | 0 | 21 | FA | 61 | 22 |
| Octal | 37 | 3 | 253 | 122 | 142 | 0 | 41 | 372 | 141 | 42 |
| Binary | 11111 | 11 | 10101011 | 1010010 | 1100010 | 0 | 100001 | 11111010 | 1100001 | 100010 |
Color Harmonies of #1F03AB
Complementary color
Monochromatic Colors of #1F03AB
Black with #1F03AB
Text Example
Text Example
White with #1F03AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F03AB; }
p { color: rgb(31,3,171); }
H1.HeaderClassName
{
color: #1F03AB;
}
.AnyTagClassName
{
color: #1F03AB;
}
</style>
background-color css
<style>
a { background-color: #1F03AB; }
a { background-color: rgb(31,3,171); }
div.DivClassName
{
background-color: #1F03AB;
}
.BgClassName
{
background-color: #1F03AB;
}
</style>
border-color css
<style>
span { border-color: #1F03AB; }
span { border-color: rgb(31,3,171); }
td.TdClassName
{
border-color: #1F03AB;
}
.TagClassName
{
border-color: #1F03AB;
}
</style>