Shades of Ultramarine #1F1C9F
Tints of Ultramarine #1F1C9F
RGB
CMYK
RGB Variations
Color information
#1F1C9F (or 0x1F1C9F) is known color: Ultramarine. HEX triplet: 1F, 1C and 9F. RGB value is (31,28,159). Sum of RGB (Red+Green+Blue) = 31+28+159=218 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.22% from 218); Green value is 28 (11.33% from 255 or 12.84% from 218); Blue value is 159 (62.5% from 255 or 72.94% from 218); Max value from RGB is 159 - color contains mainly: blue. Hex color #1F1C9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F1C9F is #E0E360. Grayscale: #2B2B2B. Windows color (decimal): -14738273 or 10427423. OLE color: 10427423.
HSL color Cylindrical-coordinate representation of color #1F1C9F: hue angle of 241.37º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F1C9F is Cyan = 0.81, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 31 | 28 | 159 | - |
| CMYK | 0.81 | 0.82 | 0 | 0.38 |
| HSL | 241.37º | 0.7% | 0.37% | - |
| HSV(B) | 241.37º | 0.82% | 0.62% | - |
| XYZ | 7.24 | 3.63 | 33.12 | - |
| YUV | 43.83 | 192.99 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 28 | 159 | 0.81 | 0.82 | 0 | 0.38 | 241.37 | 0.7 | 0.37 |
| Hex | 1F | 1C | 9F | 51 | 52 | 0 | 26 | F1 | 46 | 25 |
| Octal | 37 | 34 | 237 | 121 | 122 | 0 | 46 | 361 | 106 | 45 |
| Binary | 11111 | 11100 | 10011111 | 1010001 | 1010010 | 0 | 100110 | 11110001 | 1000110 | 100101 |
Color Harmonies of #1F1C9F
Complementary color
Monochromatic Colors of #1F1C9F
Black with #1F1C9F
Text Example
Text Example
White with #1F1C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1C9F; }
p { color: rgb(31,28,159); }
H1.HeaderClassName
{
color: #1F1C9F;
}
.AnyTagClassName
{
color: #1F1C9F;
}
</style>
background-color css
<style>
a { background-color: #1F1C9F; }
a { background-color: rgb(31,28,159); }
div.DivClassName
{
background-color: #1F1C9F;
}
.BgClassName
{
background-color: #1F1C9F;
}
</style>
border-color css
<style>
span { border-color: #1F1C9F; }
span { border-color: rgb(31,28,159); }
td.TdClassName
{
border-color: #1F1C9F;
}
.TagClassName
{
border-color: #1F1C9F;
}
</style>