Shades of Ultramarine #1F209D
Tints of Ultramarine #1F209D
RGB
CMYK
RGB Variations
Color information
#1F209D (or 0x1F209D) is known color: Ultramarine. HEX triplet: 1F, 20 and 9D. RGB value is (31,32,157). Sum of RGB (Red+Green+Blue) = 31+32+157=220 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.09% from 220); Green value is 32 (12.89% from 255 or 14.55% from 220); Blue value is 157 (61.72% from 255 or 71.36% from 220); Max value from RGB is 157 - color contains mainly: blue. Hex color #1F209D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F209D is #E0DF62. Grayscale: #2D2D2D. Windows color (decimal): -14737251 or 10297375. OLE color: 10297375.
HSL color Cylindrical-coordinate representation of color #1F209D: hue angle of 239.52º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F209D is Cyan = 0.80, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 31 | 32 | 157 | - |
| CMYK | 0.80 | 0.80 | 0 | 0.38 |
| HSL | 239.52º | 0.67% | 0.37% | - |
| HSV(B) | 239.52º | 0.8% | 0.62% | - |
| XYZ | 7.17 | 3.76 | 32.25 | - |
| YUV | 45.95 | 190.67 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 32 | 157 | 0.80 | 0.80 | 0 | 0.38 | 239.52 | 0.67 | 0.37 |
| Hex | 1F | 20 | 9D | 50 | 50 | 0 | 26 | F0 | 43 | 25 |
| Octal | 37 | 40 | 235 | 120 | 120 | 0 | 46 | 360 | 103 | 45 |
| Binary | 11111 | 100000 | 10011101 | 1010000 | 1010000 | 0 | 100110 | 11110000 | 1000011 | 100101 |
Color Harmonies of #1F209D
Complementary color
Monochromatic Colors of #1F209D
Black with #1F209D
Text Example
Text Example
White with #1F209D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F209D; }
p { color: rgb(31,32,157); }
H1.HeaderClassName
{
color: #1F209D;
}
.AnyTagClassName
{
color: #1F209D;
}
</style>
background-color css
<style>
a { background-color: #1F209D; }
a { background-color: rgb(31,32,157); }
div.DivClassName
{
background-color: #1F209D;
}
.BgClassName
{
background-color: #1F209D;
}
</style>
border-color css
<style>
span { border-color: #1F209D; }
span { border-color: rgb(31,32,157); }
td.TdClassName
{
border-color: #1F209D;
}
.TagClassName
{
border-color: #1F209D;
}
</style>