Shades of Ultramarine #1F0CAA
Tints of Ultramarine #1F0CAA
RGB
CMYK
RGB Variations
Color information
#1F0CAA (or 0x1F0CAA) is known color: Ultramarine. HEX triplet: 1F, 0C and AA. RGB value is (31,12,170). Sum of RGB (Red+Green+Blue) = 31+12+170=213 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.55% from 213); Green value is 12 (5.08% from 255 or 5.63% from 213); Blue value is 170 (66.80% from 255 or 79.81% from 213); Max value from RGB is 170 - color contains mainly: blue. Hex color #1F0CAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F0CAA is #E0F355. Grayscale: #232323. Windows color (decimal): -14742358 or 11144223. OLE color: 11144223.
HSL color Cylindrical-coordinate representation of color #1F0CAA: hue angle of 247.22º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1F0CAA is Cyan = 0.82, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 12 | 170 | - |
| CMYK | 0.82 | 0.93 | 0 | 0.33 |
| HSL | 247.22º | 0.87% | 0.36% | - |
| HSV(B) | 247.22º | 0.93% | 0.67% | - |
| XYZ | 7.95 | 3.46 | 38.28 | - |
| YUV | 35.69 | 203.79 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 12 | 170 | 0.82 | 0.93 | 0 | 0.33 | 247.22 | 0.87 | 0.36 |
| Hex | 1F | C | AA | 52 | 5D | 0 | 21 | F7 | 57 | 24 |
| Octal | 37 | 14 | 252 | 122 | 135 | 0 | 41 | 367 | 127 | 44 |
| Binary | 11111 | 1100 | 10101010 | 1010010 | 1011101 | 0 | 100001 | 11110111 | 1010111 | 100100 |
Color Harmonies of #1F0CAA
Complementary color
Monochromatic Colors of #1F0CAA
Black with #1F0CAA
Text Example
Text Example
White with #1F0CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0CAA; }
p { color: rgb(31,12,170); }
H1.HeaderClassName
{
color: #1F0CAA;
}
.AnyTagClassName
{
color: #1F0CAA;
}
</style>
background-color css
<style>
a { background-color: #1F0CAA; }
a { background-color: rgb(31,12,170); }
div.DivClassName
{
background-color: #1F0CAA;
}
.BgClassName
{
background-color: #1F0CAA;
}
</style>
border-color css
<style>
span { border-color: #1F0CAA; }
span { border-color: rgb(31,12,170); }
td.TdClassName
{
border-color: #1F0CAA;
}
.TagClassName
{
border-color: #1F0CAA;
}
</style>