Shades of Ultramarine #1F13AC
Tints of Ultramarine #1F13AC
RGB
CMYK
RGB Variations
Color information
#1F13AC (or 0x1F13AC) is known color: Ultramarine. HEX triplet: 1F, 13 and AC. RGB value is (31,19,172). Sum of RGB (Red+Green+Blue) = 31+19+172=222 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.96% from 222); Green value is 19 (7.81% from 255 or 8.56% from 222); Blue value is 172 (67.58% from 255 or 77.48% from 222); Max value from RGB is 172 - color contains mainly: blue. Hex color #1F13AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F13AC is #E0EC53. Grayscale: #272727. Windows color (decimal): -14740564 or 11277087. OLE color: 11277087.
HSL color Cylindrical-coordinate representation of color #1F13AC: hue angle of 244.71º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1F13AC is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 19 | 172 | - |
| CMYK | 0.82 | 0.89 | 0 | 0.33 |
| HSL | 244.71º | 0.8% | 0.37% | - |
| HSV(B) | 244.71º | 0.89% | 0.67% | - |
| XYZ | 8.24 | 3.74 | 39.32 | - |
| YUV | 40.03 | 202.48 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 19 | 172 | 0.82 | 0.89 | 0 | 0.33 | 244.71 | 0.8 | 0.37 |
| Hex | 1F | 13 | AC | 52 | 59 | 0 | 21 | F5 | 50 | 25 |
| Octal | 37 | 23 | 254 | 122 | 131 | 0 | 41 | 365 | 120 | 45 |
| Binary | 11111 | 10011 | 10101100 | 1010010 | 1011001 | 0 | 100001 | 11110101 | 1010000 | 100101 |
Color Harmonies of #1F13AC
Complementary color
Monochromatic Colors of #1F13AC
Black with #1F13AC
Text Example
Text Example
White with #1F13AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F13AC; }
p { color: rgb(31,19,172); }
H1.HeaderClassName
{
color: #1F13AC;
}
.AnyTagClassName
{
color: #1F13AC;
}
</style>
background-color css
<style>
a { background-color: #1F13AC; }
a { background-color: rgb(31,19,172); }
div.DivClassName
{
background-color: #1F13AC;
}
.BgClassName
{
background-color: #1F13AC;
}
</style>
border-color css
<style>
span { border-color: #1F13AC; }
span { border-color: rgb(31,19,172); }
td.TdClassName
{
border-color: #1F13AC;
}
.TagClassName
{
border-color: #1F13AC;
}
</style>