Shades of Ultramarine #1F1699
Tints of Ultramarine #1F1699
RGB
CMYK
RGB Variations
Color information
#1F1699 (or 0x1F1699) is known color: Ultramarine. HEX triplet: 1F, 16 and 99. RGB value is (31,22,153). Sum of RGB (Red+Green+Blue) = 31+22+153=206 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.05% from 206); Green value is 22 (8.98% from 255 or 10.68% from 206); Blue value is 153 (60.16% from 255 or 74.27% from 206); Max value from RGB is 153 - color contains mainly: blue. Hex color #1F1699 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F1699 is #E0E966. Grayscale: #272727. Windows color (decimal): -14739815 or 10032671. OLE color: 10032671.
HSL color Cylindrical-coordinate representation of color #1F1699: hue angle of 244.12º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F1699 is Cyan = 0.80, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 31 | 22 | 153 | - |
| CMYK | 0.80 | 0.86 | 0 | 0.4 |
| HSL | 244.12º | 0.75% | 0.34% | - |
| HSV(B) | 244.12º | 0.86% | 0.6% | - |
| XYZ | 6.6 | 3.17 | 30.4 | - |
| YUV | 39.63 | 191.98 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 22 | 153 | 0.80 | 0.86 | 0 | 0.4 | 244.12 | 0.75 | 0.34 |
| Hex | 1F | 16 | 99 | 50 | 56 | 0 | 28 | F4 | 4B | 22 |
| Octal | 37 | 26 | 231 | 120 | 126 | 0 | 50 | 364 | 113 | 42 |
| Binary | 11111 | 10110 | 10011001 | 1010000 | 1010110 | 0 | 101000 | 11110100 | 1001011 | 100010 |
Color Harmonies of #1F1699
Complementary color
Monochromatic Colors of #1F1699
Black with #1F1699
Text Example
Text Example
White with #1F1699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1699; }
p { color: rgb(31,22,153); }
H1.HeaderClassName
{
color: #1F1699;
}
.AnyTagClassName
{
color: #1F1699;
}
</style>
background-color css
<style>
a { background-color: #1F1699; }
a { background-color: rgb(31,22,153); }
div.DivClassName
{
background-color: #1F1699;
}
.BgClassName
{
background-color: #1F1699;
}
</style>
border-color css
<style>
span { border-color: #1F1699; }
span { border-color: rgb(31,22,153); }
td.TdClassName
{
border-color: #1F1699;
}
.TagClassName
{
border-color: #1F1699;
}
</style>