Shades of Ultramarine #1F0EAC
Tints of Ultramarine #1F0EAC
RGB
CMYK
RGB Variations
Color information
#1F0EAC (or 0x1F0EAC) is known color: Ultramarine. HEX triplet: 1F, 0E and AC. RGB value is (31,14,172). Sum of RGB (Red+Green+Blue) = 31+14+172=217 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.29% from 217); Green value is 14 (5.86% from 255 or 6.45% from 217); Blue value is 172 (67.58% from 255 or 79.26% from 217); Max value from RGB is 172 - color contains mainly: blue. Hex color #1F0EAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F0EAC is #E0F153. Grayscale: #242424. Windows color (decimal): -14741844 or 11275807. OLE color: 11275807.
HSL color Cylindrical-coordinate representation of color #1F0EAC: hue angle of 246.46º degrees, saturation: 0.85, 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 #1F0EAC is Cyan = 0.82, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 14 | 172 | - |
| CMYK | 0.82 | 0.92 | 0 | 0.33 |
| HSL | 246.46º | 0.85% | 0.36% | - |
| HSV(B) | 246.46º | 0.92% | 0.67% | - |
| XYZ | 8.17 | 3.58 | 39.29 | - |
| YUV | 37.1 | 204.13 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 14 | 172 | 0.82 | 0.92 | 0 | 0.33 | 246.46 | 0.85 | 0.36 |
| Hex | 1F | E | AC | 52 | 5C | 0 | 21 | F6 | 55 | 24 |
| Octal | 37 | 16 | 254 | 122 | 134 | 0 | 41 | 366 | 125 | 44 |
| Binary | 11111 | 1110 | 10101100 | 1010010 | 1011100 | 0 | 100001 | 11110110 | 1010101 | 100100 |
Color Harmonies of #1F0EAC
Complementary color
Monochromatic Colors of #1F0EAC
Black with #1F0EAC
Text Example
Text Example
White with #1F0EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0EAC; }
p { color: rgb(31,14,172); }
H1.HeaderClassName
{
color: #1F0EAC;
}
.AnyTagClassName
{
color: #1F0EAC;
}
</style>
background-color css
<style>
a { background-color: #1F0EAC; }
a { background-color: rgb(31,14,172); }
div.DivClassName
{
background-color: #1F0EAC;
}
.BgClassName
{
background-color: #1F0EAC;
}
</style>
border-color css
<style>
span { border-color: #1F0EAC; }
span { border-color: rgb(31,14,172); }
td.TdClassName
{
border-color: #1F0EAC;
}
.TagClassName
{
border-color: #1F0EAC;
}
</style>