Shades of Ultramarine #1F1195
Tints of Ultramarine #1F1195
RGB
CMYK
RGB Variations
Color information
#1F1195 (or 0x1F1195) is known color: Ultramarine. HEX triplet: 1F, 11 and 95. RGB value is (31,17,149). Sum of RGB (Red+Green+Blue) = 31+17+149=197 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.74% from 197); Green value is 17 (7.03% from 255 or 8.63% from 197); Blue value is 149 (58.59% from 255 or 75.63% from 197); Max value from RGB is 149 - color contains mainly: blue. Hex color #1F1195 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F1195 is #E0EE6A. Grayscale: #232323. Windows color (decimal): -14741099 or 9769247. OLE color: 9769247.
HSL color Cylindrical-coordinate representation of color #1F1195: hue angle of 246.36º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1F1195 is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 31 | 17 | 149 | - |
| CMYK | 0.79 | 0.89 | 0 | 0.42 |
| HSL | 246.36º | 0.8% | 0.33% | - |
| HSV(B) | 246.36º | 0.89% | 0.58% | - |
| XYZ | 6.19 | 2.86 | 28.66 | - |
| YUV | 36.23 | 191.64 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 17 | 149 | 0.79 | 0.89 | 0 | 0.42 | 246.36 | 0.8 | 0.33 |
| Hex | 1F | 11 | 95 | 4F | 59 | 0 | 2A | F6 | 50 | 21 |
| Octal | 37 | 21 | 225 | 117 | 131 | 0 | 52 | 366 | 120 | 41 |
| Binary | 11111 | 10001 | 10010101 | 1001111 | 1011001 | 0 | 101010 | 11110110 | 1010000 | 100001 |
Color Harmonies of #1F1195
Complementary color
Monochromatic Colors of #1F1195
Black with #1F1195
Text Example
Text Example
White with #1F1195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1195; }
p { color: rgb(31,17,149); }
H1.HeaderClassName
{
color: #1F1195;
}
.AnyTagClassName
{
color: #1F1195;
}
</style>
background-color css
<style>
a { background-color: #1F1195; }
a { background-color: rgb(31,17,149); }
div.DivClassName
{
background-color: #1F1195;
}
.BgClassName
{
background-color: #1F1195;
}
</style>
border-color css
<style>
span { border-color: #1F1195; }
span { border-color: rgb(31,17,149); }
td.TdClassName
{
border-color: #1F1195;
}
.TagClassName
{
border-color: #1F1195;
}
</style>