Shades of Ultramarine #1F2292
Tints of Ultramarine #1F2292
RGB
CMYK
RGB Variations
Color information
#1F2292 (or 0x1F2292) is known color: Ultramarine. HEX triplet: 1F, 22 and 92. RGB value is (31,34,146). Sum of RGB (Red+Green+Blue) = 31+34+146=211 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.69% from 211); Green value is 34 (13.67% from 255 or 16.11% from 211); Blue value is 146 (57.42% from 255 or 69.19% from 211); Max value from RGB is 146 - color contains mainly: blue. Hex color #1F2292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2292 is #E0DD6D. Grayscale: #2D2D2D. Windows color (decimal): -14736750 or 9576991. OLE color: 9576991.
HSL color Cylindrical-coordinate representation of color #1F2292: hue angle of 238.43º 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 #1F2292 is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 31 | 34 | 146 | - |
| CMYK | 0.79 | 0.77 | 0 | 0.43 |
| HSL | 238.43º | 0.65% | 0.35% | - |
| HSV(B) | 238.43º | 0.79% | 0.57% | - |
| XYZ | 6.33 | 3.51 | 27.54 | - |
| YUV | 45.87 | 184.51 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 34 | 146 | 0.79 | 0.77 | 0 | 0.43 | 238.43 | 0.65 | 0.35 |
| Hex | 1F | 22 | 92 | 4F | 4D | 0 | 2B | EE | 41 | 23 |
| Octal | 37 | 42 | 222 | 117 | 115 | 0 | 53 | 356 | 101 | 43 |
| Binary | 11111 | 100010 | 10010010 | 1001111 | 1001101 | 0 | 101011 | 11101110 | 1000001 | 100011 |
Color Harmonies of #1F2292
Complementary color
Monochromatic Colors of #1F2292
Black with #1F2292
Text Example
Text Example
White with #1F2292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2292; }
p { color: rgb(31,34,146); }
H1.HeaderClassName
{
color: #1F2292;
}
.AnyTagClassName
{
color: #1F2292;
}
</style>
background-color css
<style>
a { background-color: #1F2292; }
a { background-color: rgb(31,34,146); }
div.DivClassName
{
background-color: #1F2292;
}
.BgClassName
{
background-color: #1F2292;
}
</style>
border-color css
<style>
span { border-color: #1F2292; }
span { border-color: rgb(31,34,146); }
td.TdClassName
{
border-color: #1F2292;
}
.TagClassName
{
border-color: #1F2292;
}
</style>