Shades of Ultramarine #1F208B
Tints of Ultramarine #1F208B
RGB
CMYK
RGB Variations
Color information
#1F208B (or 0x1F208B) is known color: Ultramarine. HEX triplet: 1F, 20 and 8B. RGB value is (31,32,139). Sum of RGB (Red+Green+Blue) = 31+32+139=202 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.35% from 202); Green value is 32 (12.89% from 255 or 15.84% from 202); Blue value is 139 (54.69% from 255 or 68.81% from 202); Max value from RGB is 139 - color contains mainly: blue. Hex color #1F208B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F208B is #E0DF74. Grayscale: #2B2B2B. Windows color (decimal): -14737269 or 9117727. OLE color: 9117727.
HSL color Cylindrical-coordinate representation of color #1F208B: hue angle of 239.44º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F208B is Cyan = 0.78, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 31 | 32 | 139 | - |
| CMYK | 0.78 | 0.77 | 0 | 0.45 |
| HSL | 239.44º | 0.64% | 0.33% | - |
| HSV(B) | 239.44º | 0.78% | 0.55% | - |
| XYZ | 5.74 | 3.19 | 24.74 | - |
| YUV | 43.9 | 181.67 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 32 | 139 | 0.78 | 0.77 | 0 | 0.45 | 239.44 | 0.64 | 0.33 |
| Hex | 1F | 20 | 8B | 4E | 4D | 0 | 2D | EF | 40 | 21 |
| Octal | 37 | 40 | 213 | 116 | 115 | 0 | 55 | 357 | 100 | 41 |
| Binary | 11111 | 100000 | 10001011 | 1001110 | 1001101 | 0 | 101101 | 11101111 | 1000000 | 100001 |
Color Harmonies of #1F208B
Complementary color
Monochromatic Colors of #1F208B
Black with #1F208B
Text Example
Text Example
White with #1F208B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F208B; }
p { color: rgb(31,32,139); }
H1.HeaderClassName
{
color: #1F208B;
}
.AnyTagClassName
{
color: #1F208B;
}
</style>
background-color css
<style>
a { background-color: #1F208B; }
a { background-color: rgb(31,32,139); }
div.DivClassName
{
background-color: #1F208B;
}
.BgClassName
{
background-color: #1F208B;
}
</style>
border-color css
<style>
span { border-color: #1F208B; }
span { border-color: rgb(31,32,139); }
td.TdClassName
{
border-color: #1F208B;
}
.TagClassName
{
border-color: #1F208B;
}
</style>