Shades of Ultramarine #1F0FAC
Tints of Ultramarine #1F0FAC
RGB
CMYK
RGB Variations
Color information
#1F0FAC (or 0x1F0FAC) is known color: Ultramarine. HEX triplet: 1F, 0F and AC. RGB value is (31,15,172). Sum of RGB (Red+Green+Blue) = 31+15+172=218 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.22% from 218); Green value is 15 (6.25% from 255 or 6.88% from 218); Blue value is 172 (67.58% from 255 or 78.90% from 218); Max value from RGB is 172 - color contains mainly: blue. Hex color #1F0FAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F0FAC is #E0F053. Grayscale: #252525. Windows color (decimal): -14741588 or 11276063. OLE color: 11276063.
HSL color Cylindrical-coordinate representation of color #1F0FAC: hue angle of 246.11º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1F0FAC is Cyan = 0.82, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 15 | 172 | - |
| CMYK | 0.82 | 0.91 | 0 | 0.33 |
| HSL | 246.11º | 0.84% | 0.37% | - |
| HSV(B) | 246.11º | 0.91% | 0.67% | - |
| XYZ | 8.18 | 3.61 | 39.3 | - |
| YUV | 37.68 | 203.8 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 15 | 172 | 0.82 | 0.91 | 0 | 0.33 | 246.11 | 0.84 | 0.37 |
| Hex | 1F | F | AC | 52 | 5B | 0 | 21 | F6 | 54 | 25 |
| Octal | 37 | 17 | 254 | 122 | 133 | 0 | 41 | 366 | 124 | 45 |
| Binary | 11111 | 1111 | 10101100 | 1010010 | 1011011 | 0 | 100001 | 11110110 | 1010100 | 100101 |
Color Harmonies of #1F0FAC
Complementary color
Monochromatic Colors of #1F0FAC
Black with #1F0FAC
Text Example
Text Example
White with #1F0FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0FAC; }
p { color: rgb(31,15,172); }
H1.HeaderClassName
{
color: #1F0FAC;
}
.AnyTagClassName
{
color: #1F0FAC;
}
</style>
background-color css
<style>
a { background-color: #1F0FAC; }
a { background-color: rgb(31,15,172); }
div.DivClassName
{
background-color: #1F0FAC;
}
.BgClassName
{
background-color: #1F0FAC;
}
</style>
border-color css
<style>
span { border-color: #1F0FAC; }
span { border-color: rgb(31,15,172); }
td.TdClassName
{
border-color: #1F0FAC;
}
.TagClassName
{
border-color: #1F0FAC;
}
</style>