Shades of Ultramarine #1F0CA0
Tints of Ultramarine #1F0CA0
RGB
CMYK
RGB Variations
Color information
#1F0CA0 (or 0x1F0CA0) is known color: Ultramarine. HEX triplet: 1F, 0C and A0. RGB value is (31,12,160). Sum of RGB (Red+Green+Blue) = 31+12+160=203 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.27% from 203); Green value is 12 (5.08% from 255 or 5.91% from 203); Blue value is 160 (62.89% from 255 or 78.82% from 203); Max value from RGB is 160 - color contains mainly: blue. Hex color #1F0CA0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F0CA0 is #E0F35F. Grayscale: #212121. Windows color (decimal): -14742368 or 10488863. OLE color: 10488863.
HSL color Cylindrical-coordinate representation of color #1F0CA0: hue angle of 247.7º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1F0CA0 is Cyan = 0.81, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 31 | 12 | 160 | - |
| CMYK | 0.81 | 0.93 | 0 | 0.37 |
| HSL | 247.7º | 0.86% | 0.34% | - |
| HSV(B) | 247.7º | 0.93% | 0.63% | - |
| XYZ | 7.04 | 3.09 | 33.48 | - |
| YUV | 34.55 | 198.79 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 12 | 160 | 0.81 | 0.93 | 0 | 0.37 | 247.7 | 0.86 | 0.34 |
| Hex | 1F | C | A0 | 51 | 5D | 0 | 25 | F8 | 56 | 22 |
| Octal | 37 | 14 | 240 | 121 | 135 | 0 | 45 | 370 | 126 | 42 |
| Binary | 11111 | 1100 | 10100000 | 1010001 | 1011101 | 0 | 100101 | 11111000 | 1010110 | 100010 |
Color Harmonies of #1F0CA0
Complementary color
Monochromatic Colors of #1F0CA0
Black with #1F0CA0
Text Example
Text Example
White with #1F0CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0CA0; }
p { color: rgb(31,12,160); }
H1.HeaderClassName
{
color: #1F0CA0;
}
.AnyTagClassName
{
color: #1F0CA0;
}
</style>
background-color css
<style>
a { background-color: #1F0CA0; }
a { background-color: rgb(31,12,160); }
div.DivClassName
{
background-color: #1F0CA0;
}
.BgClassName
{
background-color: #1F0CA0;
}
</style>
border-color css
<style>
span { border-color: #1F0CA0; }
span { border-color: rgb(31,12,160); }
td.TdClassName
{
border-color: #1F0CA0;
}
.TagClassName
{
border-color: #1F0CA0;
}
</style>