Shades of Ultramarine #1F0FB4
Tints of Ultramarine #1F0FB4
RGB
CMYK
RGB Variations
Color information
#1F0FB4 (or 0x1F0FB4) is known color: Ultramarine. HEX triplet: 1F, 0F and B4. RGB value is (31,15,180). Sum of RGB (Red+Green+Blue) = 31+15+180=226 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.72% from 226); Green value is 15 (6.25% from 255 or 6.64% from 226); Blue value is 180 (70.70% from 255 or 79.65% from 226); Max value from RGB is 180 - color contains mainly: blue. Hex color #1F0FB4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F0FB4 is #E0F04B. Grayscale: #252525. Windows color (decimal): -14741580 or 11800351. OLE color: 11800351.
HSL color Cylindrical-coordinate representation of color #1F0FB4: hue angle of 245.82º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1F0FB4 is Cyan = 0.83, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 31 | 15 | 180 | - |
| CMYK | 0.83 | 0.92 | 0 | 0.29 |
| HSL | 245.82º | 0.85% | 0.38% | - |
| HSV(B) | 245.82º | 0.92% | 0.71% | - |
| XYZ | 8.97 | 3.93 | 43.47 | - |
| YUV | 38.59 | 207.8 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 15 | 180 | 0.83 | 0.92 | 0 | 0.29 | 245.82 | 0.85 | 0.38 |
| Hex | 1F | F | B4 | 53 | 5C | 0 | 1D | F6 | 55 | 26 |
| Octal | 37 | 17 | 264 | 123 | 134 | 0 | 35 | 366 | 125 | 46 |
| Binary | 11111 | 1111 | 10110100 | 1010011 | 1011100 | 0 | 11101 | 11110110 | 1010101 | 100110 |
Color Harmonies of #1F0FB4
Complementary color
Monochromatic Colors of #1F0FB4
Black with #1F0FB4
Text Example
Text Example
White with #1F0FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0FB4; }
p { color: rgb(31,15,180); }
H1.HeaderClassName
{
color: #1F0FB4;
}
.AnyTagClassName
{
color: #1F0FB4;
}
</style>
background-color css
<style>
a { background-color: #1F0FB4; }
a { background-color: rgb(31,15,180); }
div.DivClassName
{
background-color: #1F0FB4;
}
.BgClassName
{
background-color: #1F0FB4;
}
</style>
border-color css
<style>
span { border-color: #1F0FB4; }
span { border-color: rgb(31,15,180); }
td.TdClassName
{
border-color: #1F0FB4;
}
.TagClassName
{
border-color: #1F0FB4;
}
</style>