Shades of Ultramarine #1F17AB
Tints of Ultramarine #1F17AB
RGB
CMYK
RGB Variations
Color information
#1F17AB (or 0x1F17AB) is known color: Ultramarine. HEX triplet: 1F, 17 and AB. RGB value is (31,23,171). Sum of RGB (Red+Green+Blue) = 31+23+171=225 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.78% from 225); Green value is 23 (9.38% from 255 or 10.22% from 225); Blue value is 171 (67.19% from 255 or 76% from 225); Max value from RGB is 171 - color contains mainly: blue. Hex color #1F17AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F17AB is #E0E854. Grayscale: #292929. Windows color (decimal): -14739541 or 11212575. OLE color: 11212575.
HSL color Cylindrical-coordinate representation of color #1F17AB: hue angle of 243.24º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F17AB is Cyan = 0.82, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 23 | 171 | - |
| CMYK | 0.82 | 0.87 | 0 | 0.33 |
| HSL | 243.24º | 0.76% | 0.38% | - |
| HSV(B) | 243.24º | 0.87% | 0.67% | - |
| XYZ | 8.22 | 3.84 | 38.84 | - |
| YUV | 42.26 | 200.65 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 23 | 171 | 0.82 | 0.87 | 0 | 0.33 | 243.24 | 0.76 | 0.38 |
| Hex | 1F | 17 | AB | 52 | 57 | 0 | 21 | F3 | 4C | 26 |
| Octal | 37 | 27 | 253 | 122 | 127 | 0 | 41 | 363 | 114 | 46 |
| Binary | 11111 | 10111 | 10101011 | 1010010 | 1010111 | 0 | 100001 | 11110011 | 1001100 | 100110 |
Color Harmonies of #1F17AB
Complementary color
Monochromatic Colors of #1F17AB
Black with #1F17AB
Text Example
Text Example
White with #1F17AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F17AB; }
p { color: rgb(31,23,171); }
H1.HeaderClassName
{
color: #1F17AB;
}
.AnyTagClassName
{
color: #1F17AB;
}
</style>
background-color css
<style>
a { background-color: #1F17AB; }
a { background-color: rgb(31,23,171); }
div.DivClassName
{
background-color: #1F17AB;
}
.BgClassName
{
background-color: #1F17AB;
}
</style>
border-color css
<style>
span { border-color: #1F17AB; }
span { border-color: rgb(31,23,171); }
td.TdClassName
{
border-color: #1F17AB;
}
.TagClassName
{
border-color: #1F17AB;
}
</style>