Shades of Ultramarine #1F0CAE
Tints of Ultramarine #1F0CAE
RGB
CMYK
RGB Variations
Color information
#1F0CAE (or 0x1F0CAE) is known color: Ultramarine. HEX triplet: 1F, 0C and AE. RGB value is (31,12,174). Sum of RGB (Red+Green+Blue) = 31+12+174=217 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.29% from 217); Green value is 12 (5.08% from 255 or 5.53% from 217); Blue value is 174 (68.36% from 255 or 80.18% from 217); Max value from RGB is 174 - color contains mainly: blue. Hex color #1F0CAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F0CAE is #E0F351. Grayscale: #232323. Windows color (decimal): -14742354 or 11406367. OLE color: 11406367.
HSL color Cylindrical-coordinate representation of color #1F0CAE: hue angle of 247.04º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1F0CAE is Cyan = 0.82, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 31 | 12 | 174 | - |
| CMYK | 0.82 | 0.93 | 0 | 0.32 |
| HSL | 247.04º | 0.87% | 0.36% | - |
| HSV(B) | 247.04º | 0.93% | 0.68% | - |
| XYZ | 8.34 | 3.61 | 40.3 | - |
| YUV | 36.15 | 205.79 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 12 | 174 | 0.82 | 0.93 | 0 | 0.32 | 247.04 | 0.87 | 0.36 |
| Hex | 1F | C | AE | 52 | 5D | 0 | 20 | F7 | 57 | 24 |
| Octal | 37 | 14 | 256 | 122 | 135 | 0 | 40 | 367 | 127 | 44 |
| Binary | 11111 | 1100 | 10101110 | 1010010 | 1011101 | 0 | 100000 | 11110111 | 1010111 | 100100 |
Color Harmonies of #1F0CAE
Complementary color
Monochromatic Colors of #1F0CAE
Black with #1F0CAE
Text Example
Text Example
White with #1F0CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0CAE; }
p { color: rgb(31,12,174); }
H1.HeaderClassName
{
color: #1F0CAE;
}
.AnyTagClassName
{
color: #1F0CAE;
}
</style>
background-color css
<style>
a { background-color: #1F0CAE; }
a { background-color: rgb(31,12,174); }
div.DivClassName
{
background-color: #1F0CAE;
}
.BgClassName
{
background-color: #1F0CAE;
}
</style>
border-color css
<style>
span { border-color: #1F0CAE; }
span { border-color: rgb(31,12,174); }
td.TdClassName
{
border-color: #1F0CAE;
}
.TagClassName
{
border-color: #1F0CAE;
}
</style>