Shades of Ultramarine #1F2392
Tints of Ultramarine #1F2392
RGB
CMYK
RGB Variations
Color information
#1F2392 (or 0x1F2392) is known color: Ultramarine. HEX triplet: 1F, 23 and 92. RGB value is (31,35,146). Sum of RGB (Red+Green+Blue) = 31+35+146=212 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.62% from 212); Green value is 35 (14.06% from 255 or 16.51% from 212); Blue value is 146 (57.42% from 255 or 68.87% from 212); Max value from RGB is 146 - color contains mainly: blue. Hex color #1F2392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2392 is #E0DC6D. Grayscale: #2E2E2E. Windows color (decimal): -14736494 or 9577247. OLE color: 9577247.
HSL color Cylindrical-coordinate representation of color #1F2392: hue angle of 237.91º 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 #1F2392 is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 31 | 35 | 146 | - |
| CMYK | 0.79 | 0.76 | 0 | 0.43 |
| HSL | 237.91º | 0.65% | 0.35% | - |
| HSV(B) | 237.91º | 0.79% | 0.57% | - |
| XYZ | 6.35 | 3.57 | 27.55 | - |
| YUV | 46.46 | 184.17 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 35 | 146 | 0.79 | 0.76 | 0 | 0.43 | 237.91 | 0.65 | 0.35 |
| Hex | 1F | 23 | 92 | 4F | 4C | 0 | 2B | EE | 41 | 23 |
| Octal | 37 | 43 | 222 | 117 | 114 | 0 | 53 | 356 | 101 | 43 |
| Binary | 11111 | 100011 | 10010010 | 1001111 | 1001100 | 0 | 101011 | 11101110 | 1000001 | 100011 |
Color Harmonies of #1F2392
Complementary color
Monochromatic Colors of #1F2392
Black with #1F2392
Text Example
Text Example
White with #1F2392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2392; }
p { color: rgb(31,35,146); }
H1.HeaderClassName
{
color: #1F2392;
}
.AnyTagClassName
{
color: #1F2392;
}
</style>
background-color css
<style>
a { background-color: #1F2392; }
a { background-color: rgb(31,35,146); }
div.DivClassName
{
background-color: #1F2392;
}
.BgClassName
{
background-color: #1F2392;
}
</style>
border-color css
<style>
span { border-color: #1F2392; }
span { border-color: rgb(31,35,146); }
td.TdClassName
{
border-color: #1F2392;
}
.TagClassName
{
border-color: #1F2392;
}
</style>