Shades of Ultramarine #1F168A
Tints of Ultramarine #1F168A
RGB
CMYK
RGB Variations
Color information
#1F168A (or 0x1F168A) is known color: Ultramarine. HEX triplet: 1F, 16 and 8A. RGB value is (31,22,138). Sum of RGB (Red+Green+Blue) = 31+22+138=191 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.23% from 191); Green value is 22 (8.98% from 255 or 11.52% from 191); Blue value is 138 (54.30% from 255 or 72.25% from 191); Max value from RGB is 138 - color contains mainly: blue. Hex color #1F168A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F168A is #E0E975. Grayscale: #252525. Windows color (decimal): -14739830 or 9049631. OLE color: 9049631.
HSL color Cylindrical-coordinate representation of color #1F168A: hue angle of 244.66º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F168A is Cyan = 0.78, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 31 | 22 | 138 | - |
| CMYK | 0.78 | 0.84 | 0 | 0.46 |
| HSL | 244.66º | 0.73% | 0.31% | - |
| HSV(B) | 244.66º | 0.84% | 0.54% | - |
| XYZ | 5.44 | 2.7 | 24.28 | - |
| YUV | 37.92 | 184.48 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 22 | 138 | 0.78 | 0.84 | 0 | 0.46 | 244.66 | 0.73 | 0.31 |
| Hex | 1F | 16 | 8A | 4E | 54 | 0 | 2E | F5 | 48 | 1F |
| Octal | 37 | 26 | 212 | 116 | 124 | 0 | 56 | 365 | 110 | 37 |
| Binary | 11111 | 10110 | 10001010 | 1001110 | 1010100 | 0 | 101110 | 11110101 | 1001000 | 11111 |
Color Harmonies of #1F168A
Complementary color
Monochromatic Colors of #1F168A
Black with #1F168A
Text Example
Text Example
White with #1F168A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F168A; }
p { color: rgb(31,22,138); }
H1.HeaderClassName
{
color: #1F168A;
}
.AnyTagClassName
{
color: #1F168A;
}
</style>
background-color css
<style>
a { background-color: #1F168A; }
a { background-color: rgb(31,22,138); }
div.DivClassName
{
background-color: #1F168A;
}
.BgClassName
{
background-color: #1F168A;
}
</style>
border-color css
<style>
span { border-color: #1F168A; }
span { border-color: rgb(31,22,138); }
td.TdClassName
{
border-color: #1F168A;
}
.TagClassName
{
border-color: #1F168A;
}
</style>