Shades of Ultramarine #1F16AC
Tints of Ultramarine #1F16AC
RGB
CMYK
RGB Variations
Color information
#1F16AC (or 0x1F16AC) is known color: Ultramarine. HEX triplet: 1F, 16 and AC. RGB value is (31,22,172). Sum of RGB (Red+Green+Blue) = 31+22+172=225 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.78% from 225); Green value is 22 (8.98% from 255 or 9.78% from 225); Blue value is 172 (67.58% from 255 or 76.44% from 225); Max value from RGB is 172 - color contains mainly: blue. Hex color #1F16AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F16AC is #E0E953. Grayscale: #292929. Windows color (decimal): -14739796 or 11277855. OLE color: 11277855.
HSL color Cylindrical-coordinate representation of color #1F16AC: hue angle of 243.6º degrees, saturation: 0.77, 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 #1F16AC is Cyan = 0.82, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 22 | 172 | - |
| CMYK | 0.82 | 0.87 | 0 | 0.33 |
| HSL | 243.6º | 0.77% | 0.38% | - |
| HSV(B) | 243.6º | 0.87% | 0.67% | - |
| XYZ | 8.3 | 3.84 | 39.33 | - |
| YUV | 41.79 | 201.48 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 22 | 172 | 0.82 | 0.87 | 0 | 0.33 | 243.6 | 0.77 | 0.38 |
| Hex | 1F | 16 | AC | 52 | 57 | 0 | 21 | F4 | 4D | 26 |
| Octal | 37 | 26 | 254 | 122 | 127 | 0 | 41 | 364 | 115 | 46 |
| Binary | 11111 | 10110 | 10101100 | 1010010 | 1010111 | 0 | 100001 | 11110100 | 1001101 | 100110 |
Color Harmonies of #1F16AC
Complementary color
Monochromatic Colors of #1F16AC
Black with #1F16AC
Text Example
Text Example
White with #1F16AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F16AC; }
p { color: rgb(31,22,172); }
H1.HeaderClassName
{
color: #1F16AC;
}
.AnyTagClassName
{
color: #1F16AC;
}
</style>
background-color css
<style>
a { background-color: #1F16AC; }
a { background-color: rgb(31,22,172); }
div.DivClassName
{
background-color: #1F16AC;
}
.BgClassName
{
background-color: #1F16AC;
}
</style>
border-color css
<style>
span { border-color: #1F16AC; }
span { border-color: rgb(31,22,172); }
td.TdClassName
{
border-color: #1F16AC;
}
.TagClassName
{
border-color: #1F16AC;
}
</style>