Shades of Ultramarine #1F2293
Tints of Ultramarine #1F2293
RGB
CMYK
RGB Variations
Color information
#1F2293 (or 0x1F2293) is known color: Ultramarine. HEX triplet: 1F, 22 and 93. RGB value is (31,34,147). Sum of RGB (Red+Green+Blue) = 31+34+147=212 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.62% from 212); Green value is 34 (13.67% from 255 or 16.04% from 212); Blue value is 147 (57.81% from 255 or 69.34% from 212); Max value from RGB is 147 - color contains mainly: blue. Hex color #1F2293 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2293 is #E0DD6C. Grayscale: #2D2D2D. Windows color (decimal): -14736749 or 9642527. OLE color: 9642527.
HSL color Cylindrical-coordinate representation of color #1F2293: hue angle of 238.45º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F2293 is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 31 | 34 | 147 | - |
| CMYK | 0.79 | 0.77 | 0 | 0.42 |
| HSL | 238.45º | 0.65% | 0.35% | - |
| HSV(B) | 238.45º | 0.79% | 0.58% | - |
| XYZ | 6.4 | 3.54 | 27.95 | - |
| YUV | 45.99 | 185.01 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 34 | 147 | 0.79 | 0.77 | 0 | 0.42 | 238.45 | 0.65 | 0.35 |
| Hex | 1F | 22 | 93 | 4F | 4D | 0 | 2A | EE | 41 | 23 |
| Octal | 37 | 42 | 223 | 117 | 115 | 0 | 52 | 356 | 101 | 43 |
| Binary | 11111 | 100010 | 10010011 | 1001111 | 1001101 | 0 | 101010 | 11101110 | 1000001 | 100011 |
Color Harmonies of #1F2293
Complementary color
Monochromatic Colors of #1F2293
Black with #1F2293
Text Example
Text Example
White with #1F2293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2293; }
p { color: rgb(31,34,147); }
H1.HeaderClassName
{
color: #1F2293;
}
.AnyTagClassName
{
color: #1F2293;
}
</style>
background-color css
<style>
a { background-color: #1F2293; }
a { background-color: rgb(31,34,147); }
div.DivClassName
{
background-color: #1F2293;
}
.BgClassName
{
background-color: #1F2293;
}
</style>
border-color css
<style>
span { border-color: #1F2293; }
span { border-color: rgb(31,34,147); }
td.TdClassName
{
border-color: #1F2293;
}
.TagClassName
{
border-color: #1F2293;
}
</style>