Shades of Ultramarine #1F0DAB
Tints of Ultramarine #1F0DAB
RGB
CMYK
RGB Variations
Color information
#1F0DAB (or 0x1F0DAB) is known color: Ultramarine. HEX triplet: 1F, 0D and AB. RGB value is (31,13,171). Sum of RGB (Red+Green+Blue) = 31+13+171=215 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.42% from 215); Green value is 13 (5.47% from 255 or 6.05% from 215); Blue value is 171 (67.19% from 255 or 79.53% from 215); Max value from RGB is 171 - color contains mainly: blue. Hex color #1F0DAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F0DAB is #E0F254. Grayscale: #232323. Windows color (decimal): -14742101 or 11210015. OLE color: 11210015.
HSL color Cylindrical-coordinate representation of color #1F0DAB: hue angle of 246.84º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1F0DAB is Cyan = 0.82, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 13 | 171 | - |
| CMYK | 0.82 | 0.92 | 0 | 0.33 |
| HSL | 246.84º | 0.86% | 0.36% | - |
| HSV(B) | 246.84º | 0.92% | 0.67% | - |
| XYZ | 8.06 | 3.52 | 38.78 | - |
| YUV | 36.39 | 203.96 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 13 | 171 | 0.82 | 0.92 | 0 | 0.33 | 246.84 | 0.86 | 0.36 |
| Hex | 1F | D | AB | 52 | 5C | 0 | 21 | F7 | 56 | 24 |
| Octal | 37 | 15 | 253 | 122 | 134 | 0 | 41 | 367 | 126 | 44 |
| Binary | 11111 | 1101 | 10101011 | 1010010 | 1011100 | 0 | 100001 | 11110111 | 1010110 | 100100 |
Color Harmonies of #1F0DAB
Complementary color
Monochromatic Colors of #1F0DAB
Black with #1F0DAB
Text Example
Text Example
White with #1F0DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0DAB; }
p { color: rgb(31,13,171); }
H1.HeaderClassName
{
color: #1F0DAB;
}
.AnyTagClassName
{
color: #1F0DAB;
}
</style>
background-color css
<style>
a { background-color: #1F0DAB; }
a { background-color: rgb(31,13,171); }
div.DivClassName
{
background-color: #1F0DAB;
}
.BgClassName
{
background-color: #1F0DAB;
}
</style>
border-color css
<style>
span { border-color: #1F0DAB; }
span { border-color: rgb(31,13,171); }
td.TdClassName
{
border-color: #1F0DAB;
}
.TagClassName
{
border-color: #1F0DAB;
}
</style>