Shades of Ultramarine #1F2197
Tints of Ultramarine #1F2197
RGB
CMYK
RGB Variations
Color information
#1F2197 (or 0x1F2197) is known color: Ultramarine. HEX triplet: 1F, 21 and 97. RGB value is (31,33,151). Sum of RGB (Red+Green+Blue) = 31+33+151=215 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.42% from 215); Green value is 33 (13.28% from 255 or 15.35% from 215); Blue value is 151 (59.38% from 255 or 70.23% from 215); Max value from RGB is 151 - color contains mainly: blue. Hex color #1F2197 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2197 is #E0DE68. Grayscale: #2D2D2D. Windows color (decimal): -14737001 or 9904415. OLE color: 9904415.
HSL color Cylindrical-coordinate representation of color #1F2197: hue angle of 239º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F2197 is Cyan = 0.79, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 31 | 33 | 151 | - |
| CMYK | 0.79 | 0.78 | 0 | 0.41 |
| HSL | 239º | 0.66% | 0.36% | - |
| HSV(B) | 239º | 0.79% | 0.59% | - |
| XYZ | 6.69 | 3.61 | 29.62 | - |
| YUV | 45.85 | 187.34 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 33 | 151 | 0.79 | 0.78 | 0 | 0.41 | 239 | 0.66 | 0.36 |
| Hex | 1F | 21 | 97 | 4F | 4E | 0 | 29 | EF | 42 | 24 |
| Octal | 37 | 41 | 227 | 117 | 116 | 0 | 51 | 357 | 102 | 44 |
| Binary | 11111 | 100001 | 10010111 | 1001111 | 1001110 | 0 | 101001 | 11101111 | 1000010 | 100100 |
Color Harmonies of #1F2197
Complementary color
Monochromatic Colors of #1F2197
Black with #1F2197
Text Example
Text Example
White with #1F2197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2197; }
p { color: rgb(31,33,151); }
H1.HeaderClassName
{
color: #1F2197;
}
.AnyTagClassName
{
color: #1F2197;
}
</style>
background-color css
<style>
a { background-color: #1F2197; }
a { background-color: rgb(31,33,151); }
div.DivClassName
{
background-color: #1F2197;
}
.BgClassName
{
background-color: #1F2197;
}
</style>
border-color css
<style>
span { border-color: #1F2197; }
span { border-color: rgb(31,33,151); }
td.TdClassName
{
border-color: #1F2197;
}
.TagClassName
{
border-color: #1F2197;
}
</style>