Shades of Ultramarine #1F0DAE
Tints of Ultramarine #1F0DAE
RGB
CMYK
RGB Variations
Color information
#1F0DAE (or 0x1F0DAE) is known color: Ultramarine. HEX triplet: 1F, 0D and AE. RGB value is (31,13,174). Sum of RGB (Red+Green+Blue) = 31+13+174=218 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.22% from 218); Green value is 13 (5.47% from 255 or 5.96% from 218); Blue value is 174 (68.36% from 255 or 79.82% from 218); Max value from RGB is 174 - color contains mainly: blue. Hex color #1F0DAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F0DAE is #E0F251. Grayscale: #242424. Windows color (decimal): -14742098 or 11406623. OLE color: 11406623.
HSL color Cylindrical-coordinate representation of color #1F0DAE: hue angle of 246.71º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1F0DAE is Cyan = 0.82, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 31 | 13 | 174 | - |
| CMYK | 0.82 | 0.93 | 0 | 0.32 |
| HSL | 246.71º | 0.86% | 0.37% | - |
| HSV(B) | 246.71º | 0.93% | 0.68% | - |
| XYZ | 8.35 | 3.64 | 40.31 | - |
| YUV | 36.74 | 205.46 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 13 | 174 | 0.82 | 0.93 | 0 | 0.32 | 246.71 | 0.86 | 0.37 |
| Hex | 1F | D | AE | 52 | 5D | 0 | 20 | F7 | 56 | 25 |
| Octal | 37 | 15 | 256 | 122 | 135 | 0 | 40 | 367 | 126 | 45 |
| Binary | 11111 | 1101 | 10101110 | 1010010 | 1011101 | 0 | 100000 | 11110111 | 1010110 | 100101 |
Color Harmonies of #1F0DAE
Complementary color
Monochromatic Colors of #1F0DAE
Black with #1F0DAE
Text Example
Text Example
White with #1F0DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0DAE; }
p { color: rgb(31,13,174); }
H1.HeaderClassName
{
color: #1F0DAE;
}
.AnyTagClassName
{
color: #1F0DAE;
}
</style>
background-color css
<style>
a { background-color: #1F0DAE; }
a { background-color: rgb(31,13,174); }
div.DivClassName
{
background-color: #1F0DAE;
}
.BgClassName
{
background-color: #1F0DAE;
}
</style>
border-color css
<style>
span { border-color: #1F0DAE; }
span { border-color: rgb(31,13,174); }
td.TdClassName
{
border-color: #1F0DAE;
}
.TagClassName
{
border-color: #1F0DAE;
}
</style>