Shades of Ultramarine #1F00AB
Tints of Ultramarine #1F00AB
RGB
CMYK
RGB Variations
Color information
#1F00AB (or 0x1F00AB) is known color: Ultramarine. HEX triplet: 1F, 00 and AB. RGB value is (31,0,171). Sum of RGB (Red+Green+Blue) = 31+0+171=202 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.35% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 171 (67.19% from 255 or 84.65% from 202); Max value from RGB is 171 - color contains mainly: blue. Hex color #1F00AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F00AB is #E0FF54. Grayscale: #1C1C1C. Windows color (decimal): -14745429 or 11206687. OLE color: 11206687.
HSL color Cylindrical-coordinate representation of color #1F00AB: hue angle of 250.88º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F00AB is Cyan = 0.82, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 0 | 171 | - |
| CMYK | 0.82 | 1 | 0 | 0.33 |
| HSL | 250.88º | 1% | 0.34% | - |
| HSV(B) | 250.88º | 1% | 0.67% | - |
| XYZ | 7.92 | 3.23 | 38.73 | - |
| YUV | 28.76 | 208.27 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 0 | 171 | 0.82 | 1 | 0 | 0.33 | 250.88 | 1 | 0.34 |
| Hex | 1F | 0 | AB | 52 | 64 | 0 | 21 | FB | 64 | 22 |
| Octal | 37 | 0 | 253 | 122 | 144 | 0 | 41 | 373 | 144 | 42 |
| Binary | 11111 | 0 | 10101011 | 1010010 | 1100100 | 0 | 100001 | 11111011 | 1100100 | 100010 |
Color Harmonies of #1F00AB
Complementary color
Monochromatic Colors of #1F00AB
Black with #1F00AB
Text Example
Text Example
White with #1F00AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F00AB; }
p { color: rgb(31,0,171); }
H1.HeaderClassName
{
color: #1F00AB;
}
.AnyTagClassName
{
color: #1F00AB;
}
</style>
background-color css
<style>
a { background-color: #1F00AB; }
a { background-color: rgb(31,0,171); }
div.DivClassName
{
background-color: #1F00AB;
}
.BgClassName
{
background-color: #1F00AB;
}
</style>
border-color css
<style>
span { border-color: #1F00AB; }
span { border-color: rgb(31,0,171); }
td.TdClassName
{
border-color: #1F00AB;
}
.TagClassName
{
border-color: #1F00AB;
}
</style>