Shades of Ultramarine #1F1392
Tints of Ultramarine #1F1392
RGB
CMYK
RGB Variations
Color information
#1F1392 (or 0x1F1392) is known color: Ultramarine. HEX triplet: 1F, 13 and 92. RGB value is (31,19,146). Sum of RGB (Red+Green+Blue) = 31+19+146=196 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.82% from 196); Green value is 19 (7.81% from 255 or 9.69% from 196); Blue value is 146 (57.42% from 255 or 74.49% from 196); Max value from RGB is 146 - color contains mainly: blue. Hex color #1F1392 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F1392 is #E0EC6D. Grayscale: #242424. Windows color (decimal): -14740590 or 9573151. OLE color: 9573151.
HSL color Cylindrical-coordinate representation of color #1F1392: hue angle of 245.67º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F1392 is Cyan = 0.79, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 31 | 19 | 146 | - |
| CMYK | 0.79 | 0.87 | 0 | 0.43 |
| HSL | 245.67º | 0.77% | 0.32% | - |
| HSV(B) | 245.67º | 0.87% | 0.57% | - |
| XYZ | 5.99 | 2.83 | 27.43 | - |
| YUV | 37.07 | 189.48 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 19 | 146 | 0.79 | 0.87 | 0 | 0.43 | 245.67 | 0.77 | 0.32 |
| Hex | 1F | 13 | 92 | 4F | 57 | 0 | 2B | F6 | 4D | 20 |
| Octal | 37 | 23 | 222 | 117 | 127 | 0 | 53 | 366 | 115 | 40 |
| Binary | 11111 | 10011 | 10010010 | 1001111 | 1010111 | 0 | 101011 | 11110110 | 1001101 | 100000 |
Color Harmonies of #1F1392
Complementary color
Monochromatic Colors of #1F1392
Black with #1F1392
Text Example
Text Example
White with #1F1392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1392; }
p { color: rgb(31,19,146); }
H1.HeaderClassName
{
color: #1F1392;
}
.AnyTagClassName
{
color: #1F1392;
}
</style>
background-color css
<style>
a { background-color: #1F1392; }
a { background-color: rgb(31,19,146); }
div.DivClassName
{
background-color: #1F1392;
}
.BgClassName
{
background-color: #1F1392;
}
</style>
border-color css
<style>
span { border-color: #1F1392; }
span { border-color: rgb(31,19,146); }
td.TdClassName
{
border-color: #1F1392;
}
.TagClassName
{
border-color: #1F1392;
}
</style>