Shades of Ultramarine #1F2091
Tints of Ultramarine #1F2091
RGB
CMYK
RGB Variations
Color information
#1F2091 (or 0x1F2091) is known color: Ultramarine. HEX triplet: 1F, 20 and 91. RGB value is (31,32,145). Sum of RGB (Red+Green+Blue) = 31+32+145=208 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.90% from 208); Green value is 32 (12.89% from 255 or 15.38% from 208); Blue value is 145 (57.03% from 255 or 69.71% from 208); Max value from RGB is 145 - color contains mainly: blue. Hex color #1F2091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2091 is #E0DF6E. Grayscale: #2C2C2C. Windows color (decimal): -14737263 or 9510943. OLE color: 9510943.
HSL color Cylindrical-coordinate representation of color #1F2091: hue angle of 239.47º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F2091 is Cyan = 0.79, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 31 | 32 | 145 | - |
| CMYK | 0.79 | 0.78 | 0 | 0.43 |
| HSL | 239.47º | 0.65% | 0.35% | - |
| HSV(B) | 239.47º | 0.79% | 0.57% | - |
| XYZ | 6.19 | 3.37 | 27.11 | - |
| YUV | 44.58 | 184.67 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 32 | 145 | 0.79 | 0.78 | 0 | 0.43 | 239.47 | 0.65 | 0.35 |
| Hex | 1F | 20 | 91 | 4F | 4E | 0 | 2B | EF | 41 | 23 |
| Octal | 37 | 40 | 221 | 117 | 116 | 0 | 53 | 357 | 101 | 43 |
| Binary | 11111 | 100000 | 10010001 | 1001111 | 1001110 | 0 | 101011 | 11101111 | 1000001 | 100011 |
Color Harmonies of #1F2091
Complementary color
Monochromatic Colors of #1F2091
Black with #1F2091
Text Example
Text Example
White with #1F2091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2091; }
p { color: rgb(31,32,145); }
H1.HeaderClassName
{
color: #1F2091;
}
.AnyTagClassName
{
color: #1F2091;
}
</style>
background-color css
<style>
a { background-color: #1F2091; }
a { background-color: rgb(31,32,145); }
div.DivClassName
{
background-color: #1F2091;
}
.BgClassName
{
background-color: #1F2091;
}
</style>
border-color css
<style>
span { border-color: #1F2091; }
span { border-color: rgb(31,32,145); }
td.TdClassName
{
border-color: #1F2091;
}
.TagClassName
{
border-color: #1F2091;
}
</style>