Shades of Ultramarine #1F209F
Tints of Ultramarine #1F209F
RGB
CMYK
RGB Variations
Color information
#1F209F (or 0x1F209F) is known color: Ultramarine. HEX triplet: 1F, 20 and 9F. RGB value is (31,32,159). Sum of RGB (Red+Green+Blue) = 31+32+159=222 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.96% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 159 (62.5% from 255 or 71.62% from 222); Max value from RGB is 159 - color contains mainly: blue. Hex color #1F209F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F209F is #E0DF60. Grayscale: #2D2D2D. Windows color (decimal): -14737249 or 10428447. OLE color: 10428447.
HSL color Cylindrical-coordinate representation of color #1F209F: hue angle of 239.53º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F209F is Cyan = 0.81, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 31 | 32 | 159 | - |
| CMYK | 0.81 | 0.80 | 0 | 0.38 |
| HSL | 239.53º | 0.67% | 0.37% | - |
| HSV(B) | 239.53º | 0.81% | 0.62% | - |
| XYZ | 7.34 | 3.83 | 33.15 | - |
| YUV | 46.18 | 191.67 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 32 | 159 | 0.81 | 0.80 | 0 | 0.38 | 239.53 | 0.67 | 0.37 |
| Hex | 1F | 20 | 9F | 51 | 50 | 0 | 26 | F0 | 43 | 25 |
| Octal | 37 | 40 | 237 | 121 | 120 | 0 | 46 | 360 | 103 | 45 |
| Binary | 11111 | 100000 | 10011111 | 1010001 | 1010000 | 0 | 100110 | 11110000 | 1000011 | 100101 |
Color Harmonies of #1F209F
Complementary color
Monochromatic Colors of #1F209F
Black with #1F209F
Text Example
Text Example
White with #1F209F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F209F; }
p { color: rgb(31,32,159); }
H1.HeaderClassName
{
color: #1F209F;
}
.AnyTagClassName
{
color: #1F209F;
}
</style>
background-color css
<style>
a { background-color: #1F209F; }
a { background-color: rgb(31,32,159); }
div.DivClassName
{
background-color: #1F209F;
}
.BgClassName
{
background-color: #1F209F;
}
</style>
border-color css
<style>
span { border-color: #1F209F; }
span { border-color: rgb(31,32,159); }
td.TdClassName
{
border-color: #1F209F;
}
.TagClassName
{
border-color: #1F209F;
}
</style>