Shades of Ultramarine #1F10AC
Tints of Ultramarine #1F10AC
RGB
CMYK
RGB Variations
Color information
#1F10AC (or 0x1F10AC) is known color: Ultramarine. HEX triplet: 1F, 10 and AC. RGB value is (31,16,172). Sum of RGB (Red+Green+Blue) = 31+16+172=219 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.16% from 219); Green value is 16 (6.64% from 255 or 7.31% from 219); Blue value is 172 (67.58% from 255 or 78.54% from 219); Max value from RGB is 172 - color contains mainly: blue. Hex color #1F10AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F10AC is #E0EF53. Grayscale: #252525. Windows color (decimal): -14741332 or 11276319. OLE color: 11276319.
HSL color Cylindrical-coordinate representation of color #1F10AC: hue angle of 245.77º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1F10AC is Cyan = 0.82, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 16 | 172 | - |
| CMYK | 0.82 | 0.91 | 0 | 0.33 |
| HSL | 245.77º | 0.83% | 0.37% | - |
| HSV(B) | 245.77º | 0.91% | 0.67% | - |
| XYZ | 8.2 | 3.64 | 39.3 | - |
| YUV | 38.27 | 203.47 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 16 | 172 | 0.82 | 0.91 | 0 | 0.33 | 245.77 | 0.83 | 0.37 |
| Hex | 1F | 10 | AC | 52 | 5B | 0 | 21 | F6 | 53 | 25 |
| Octal | 37 | 20 | 254 | 122 | 133 | 0 | 41 | 366 | 123 | 45 |
| Binary | 11111 | 10000 | 10101100 | 1010010 | 1011011 | 0 | 100001 | 11110110 | 1010011 | 100101 |
Color Harmonies of #1F10AC
Complementary color
Monochromatic Colors of #1F10AC
Black with #1F10AC
Text Example
Text Example
White with #1F10AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F10AC; }
p { color: rgb(31,16,172); }
H1.HeaderClassName
{
color: #1F10AC;
}
.AnyTagClassName
{
color: #1F10AC;
}
</style>
background-color css
<style>
a { background-color: #1F10AC; }
a { background-color: rgb(31,16,172); }
div.DivClassName
{
background-color: #1F10AC;
}
.BgClassName
{
background-color: #1F10AC;
}
</style>
border-color css
<style>
span { border-color: #1F10AC; }
span { border-color: rgb(31,16,172); }
td.TdClassName
{
border-color: #1F10AC;
}
.TagClassName
{
border-color: #1F10AC;
}
</style>