Shades of Ultramarine #1F1192
Tints of Ultramarine #1F1192
RGB
CMYK
RGB Variations
Color information
#1F1192 (or 0x1F1192) is known color: Ultramarine. HEX triplet: 1F, 11 and 92. RGB value is (31,17,146). Sum of RGB (Red+Green+Blue) = 31+17+146=194 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.98% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 146 (57.42% from 255 or 75.26% from 194); Max value from RGB is 146 - color contains mainly: blue. Hex color #1F1192 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F1192 is #E0EE6D. Grayscale: #232323. Windows color (decimal): -14741102 or 9572639. OLE color: 9572639.
HSL color Cylindrical-coordinate representation of color #1F1192: hue angle of 246.51º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F1192 is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 31 | 17 | 146 | - |
| CMYK | 0.79 | 0.88 | 0 | 0.43 |
| HSL | 246.51º | 0.79% | 0.32% | - |
| HSV(B) | 246.51º | 0.88% | 0.57% | - |
| XYZ | 5.95 | 2.77 | 27.41 | - |
| YUV | 35.89 | 190.14 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 17 | 146 | 0.79 | 0.88 | 0 | 0.43 | 246.51 | 0.79 | 0.32 |
| Hex | 1F | 11 | 92 | 4F | 58 | 0 | 2B | F7 | 4F | 20 |
| Octal | 37 | 21 | 222 | 117 | 130 | 0 | 53 | 367 | 117 | 40 |
| Binary | 11111 | 10001 | 10010010 | 1001111 | 1011000 | 0 | 101011 | 11110111 | 1001111 | 100000 |
Color Harmonies of #1F1192
Complementary color
Monochromatic Colors of #1F1192
Black with #1F1192
Text Example
Text Example
White with #1F1192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1192; }
p { color: rgb(31,17,146); }
H1.HeaderClassName
{
color: #1F1192;
}
.AnyTagClassName
{
color: #1F1192;
}
</style>
background-color css
<style>
a { background-color: #1F1192; }
a { background-color: rgb(31,17,146); }
div.DivClassName
{
background-color: #1F1192;
}
.BgClassName
{
background-color: #1F1192;
}
</style>
border-color css
<style>
span { border-color: #1F1192; }
span { border-color: rgb(31,17,146); }
td.TdClassName
{
border-color: #1F1192;
}
.TagClassName
{
border-color: #1F1192;
}
</style>