Shades of Ultramarine #1F0FAA
Tints of Ultramarine #1F0FAA
RGB
CMYK
RGB Variations
Color information
#1F0FAA (or 0x1F0FAA) is known color: Ultramarine. HEX triplet: 1F, 0F and AA. RGB value is (31,15,170). Sum of RGB (Red+Green+Blue) = 31+15+170=216 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.35% from 216); Green value is 15 (6.25% from 255 or 6.94% from 216); Blue value is 170 (66.80% from 255 or 78.70% from 216); Max value from RGB is 170 - color contains mainly: blue. Hex color #1F0FAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F0FAA is #E0F055. Grayscale: #242424. Windows color (decimal): -14741590 or 11144991. OLE color: 11144991.
HSL color Cylindrical-coordinate representation of color #1F0FAA: hue angle of 246.19º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1F0FAA is Cyan = 0.82, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 15 | 170 | - |
| CMYK | 0.82 | 0.91 | 0 | 0.33 |
| HSL | 246.19º | 0.84% | 0.36% | - |
| HSV(B) | 246.19º | 0.91% | 0.67% | - |
| XYZ | 7.99 | 3.54 | 38.29 | - |
| YUV | 37.45 | 202.8 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 15 | 170 | 0.82 | 0.91 | 0 | 0.33 | 246.19 | 0.84 | 0.36 |
| Hex | 1F | F | AA | 52 | 5B | 0 | 21 | F6 | 54 | 24 |
| Octal | 37 | 17 | 252 | 122 | 133 | 0 | 41 | 366 | 124 | 44 |
| Binary | 11111 | 1111 | 10101010 | 1010010 | 1011011 | 0 | 100001 | 11110110 | 1010100 | 100100 |
Color Harmonies of #1F0FAA
Complementary color
Monochromatic Colors of #1F0FAA
Black with #1F0FAA
Text Example
Text Example
White with #1F0FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0FAA; }
p { color: rgb(31,15,170); }
H1.HeaderClassName
{
color: #1F0FAA;
}
.AnyTagClassName
{
color: #1F0FAA;
}
</style>
background-color css
<style>
a { background-color: #1F0FAA; }
a { background-color: rgb(31,15,170); }
div.DivClassName
{
background-color: #1F0FAA;
}
.BgClassName
{
background-color: #1F0FAA;
}
</style>
border-color css
<style>
span { border-color: #1F0FAA; }
span { border-color: rgb(31,15,170); }
td.TdClassName
{
border-color: #1F0FAA;
}
.TagClassName
{
border-color: #1F0FAA;
}
</style>