Shades of Ultramarine #1F15AB
Tints of Ultramarine #1F15AB
RGB
CMYK
RGB Variations
Color information
#1F15AB (or 0x1F15AB) is known color: Ultramarine. HEX triplet: 1F, 15 and AB. RGB value is (31,21,171). Sum of RGB (Red+Green+Blue) = 31+21+171=223 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.90% from 223); Green value is 21 (8.59% from 255 or 9.42% from 223); Blue value is 171 (67.19% from 255 or 76.68% from 223); Max value from RGB is 171 - color contains mainly: blue. Hex color #1F15AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F15AB is #E0EA54. Grayscale: #282828. Windows color (decimal): -14740053 or 11212063. OLE color: 11212063.
HSL color Cylindrical-coordinate representation of color #1F15AB: hue angle of 244º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F15AB is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 21 | 171 | - |
| CMYK | 0.82 | 0.88 | 0 | 0.33 |
| HSL | 244º | 0.78% | 0.38% | - |
| HSV(B) | 244º | 0.88% | 0.67% | - |
| XYZ | 8.18 | 3.77 | 38.82 | - |
| YUV | 41.09 | 201.31 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 21 | 171 | 0.82 | 0.88 | 0 | 0.33 | 244 | 0.78 | 0.38 |
| Hex | 1F | 15 | AB | 52 | 58 | 0 | 21 | F4 | 4E | 26 |
| Octal | 37 | 25 | 253 | 122 | 130 | 0 | 41 | 364 | 116 | 46 |
| Binary | 11111 | 10101 | 10101011 | 1010010 | 1011000 | 0 | 100001 | 11110100 | 1001110 | 100110 |
Color Harmonies of #1F15AB
Complementary color
Monochromatic Colors of #1F15AB
Black with #1F15AB
Text Example
Text Example
White with #1F15AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F15AB; }
p { color: rgb(31,21,171); }
H1.HeaderClassName
{
color: #1F15AB;
}
.AnyTagClassName
{
color: #1F15AB;
}
</style>
background-color css
<style>
a { background-color: #1F15AB; }
a { background-color: rgb(31,21,171); }
div.DivClassName
{
background-color: #1F15AB;
}
.BgClassName
{
background-color: #1F15AB;
}
</style>
border-color css
<style>
span { border-color: #1F15AB; }
span { border-color: rgb(31,21,171); }
td.TdClassName
{
border-color: #1F15AB;
}
.TagClassName
{
border-color: #1F15AB;
}
</style>