Shades of Ultramarine #1F1092
Tints of Ultramarine #1F1092
RGB
CMYK
RGB Variations
Color information
#1F1092 (or 0x1F1092) is known color: Ultramarine. HEX triplet: 1F, 10 and 92. RGB value is (31,16,146). Sum of RGB (Red+Green+Blue) = 31+16+146=193 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.06% from 193); Green value is 16 (6.64% from 255 or 8.29% from 193); Blue value is 146 (57.42% from 255 or 75.65% from 193); Max value from RGB is 146 - color contains mainly: blue. Hex color #1F1092 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F1092 is #E0EF6D. Grayscale: #222222. Windows color (decimal): -14741358 or 9572383. OLE color: 9572383.
HSL color Cylindrical-coordinate representation of color #1F1092: hue angle of 246.92º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1F1092 is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 31 | 16 | 146 | - |
| CMYK | 0.79 | 0.89 | 0 | 0.43 |
| HSL | 246.92º | 0.8% | 0.32% | - |
| HSV(B) | 246.92º | 0.89% | 0.57% | - |
| XYZ | 5.94 | 2.74 | 27.41 | - |
| YUV | 35.31 | 190.47 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 16 | 146 | 0.79 | 0.89 | 0 | 0.43 | 246.92 | 0.8 | 0.32 |
| Hex | 1F | 10 | 92 | 4F | 59 | 0 | 2B | F7 | 50 | 20 |
| Octal | 37 | 20 | 222 | 117 | 131 | 0 | 53 | 367 | 120 | 40 |
| Binary | 11111 | 10000 | 10010010 | 1001111 | 1011001 | 0 | 101011 | 11110111 | 1010000 | 100000 |
Color Harmonies of #1F1092
Complementary color
Monochromatic Colors of #1F1092
Black with #1F1092
Text Example
Text Example
White with #1F1092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1092; }
p { color: rgb(31,16,146); }
H1.HeaderClassName
{
color: #1F1092;
}
.AnyTagClassName
{
color: #1F1092;
}
</style>
background-color css
<style>
a { background-color: #1F1092; }
a { background-color: rgb(31,16,146); }
div.DivClassName
{
background-color: #1F1092;
}
.BgClassName
{
background-color: #1F1092;
}
</style>
border-color css
<style>
span { border-color: #1F1092; }
span { border-color: rgb(31,16,146); }
td.TdClassName
{
border-color: #1F1092;
}
.TagClassName
{
border-color: #1F1092;
}
</style>