Shades of Ultramarine #1F14AA
Tints of Ultramarine #1F14AA
RGB
CMYK
RGB Variations
Color information
#1F14AA (or 0x1F14AA) is known color: Ultramarine. HEX triplet: 1F, 14 and AA. RGB value is (31,20,170). Sum of RGB (Red+Green+Blue) = 31+20+170=221 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.03% from 221); Green value is 20 (8.20% from 255 or 9.05% from 221); Blue value is 170 (66.80% from 255 or 76.92% from 221); Max value from RGB is 170 - color contains mainly: blue. Hex color #1F14AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F14AA is #E0EB55. Grayscale: #272727. Windows color (decimal): -14740310 or 11146271. OLE color: 11146271.
HSL color Cylindrical-coordinate representation of color #1F14AA: hue angle of 244.4º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F14AA is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 20 | 170 | - |
| CMYK | 0.82 | 0.88 | 0 | 0.33 |
| HSL | 244.4º | 0.79% | 0.37% | - |
| HSV(B) | 244.4º | 0.88% | 0.67% | - |
| XYZ | 8.07 | 3.69 | 38.32 | - |
| YUV | 40.39 | 201.14 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 20 | 170 | 0.82 | 0.88 | 0 | 0.33 | 244.4 | 0.79 | 0.37 |
| Hex | 1F | 14 | AA | 52 | 58 | 0 | 21 | F4 | 4F | 25 |
| Octal | 37 | 24 | 252 | 122 | 130 | 0 | 41 | 364 | 117 | 45 |
| Binary | 11111 | 10100 | 10101010 | 1010010 | 1011000 | 0 | 100001 | 11110100 | 1001111 | 100101 |
Color Harmonies of #1F14AA
Complementary color
Monochromatic Colors of #1F14AA
Black with #1F14AA
Text Example
Text Example
White with #1F14AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F14AA; }
p { color: rgb(31,20,170); }
H1.HeaderClassName
{
color: #1F14AA;
}
.AnyTagClassName
{
color: #1F14AA;
}
</style>
background-color css
<style>
a { background-color: #1F14AA; }
a { background-color: rgb(31,20,170); }
div.DivClassName
{
background-color: #1F14AA;
}
.BgClassName
{
background-color: #1F14AA;
}
</style>
border-color css
<style>
span { border-color: #1F14AA; }
span { border-color: rgb(31,20,170); }
td.TdClassName
{
border-color: #1F14AA;
}
.TagClassName
{
border-color: #1F14AA;
}
</style>