Shades of Ultramarine #1F108A
Tints of Ultramarine #1F108A
RGB
CMYK
RGB Variations
Color information
#1F108A (or 0x1F108A) is known color: Ultramarine. HEX triplet: 1F, 10 and 8A. RGB value is (31,16,138). Sum of RGB (Red+Green+Blue) = 31+16+138=185 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.76% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 138 (54.30% from 255 or 74.59% from 185); Max value from RGB is 138 - color contains mainly: blue. Hex color #1F108A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F108A is #E0EF75. Grayscale: #212121. Windows color (decimal): -14741366 or 9048095. OLE color: 9048095.
HSL color Cylindrical-coordinate representation of color #1F108A: hue angle of 247.38º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F108A is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 31 | 16 | 138 | - |
| CMYK | 0.78 | 0.88 | 0 | 0.46 |
| HSL | 247.38º | 0.79% | 0.3% | - |
| HSV(B) | 247.38º | 0.88% | 0.54% | - |
| XYZ | 5.34 | 2.5 | 24.25 | - |
| YUV | 34.39 | 186.47 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 16 | 138 | 0.78 | 0.88 | 0 | 0.46 | 247.38 | 0.79 | 0.3 |
| Hex | 1F | 10 | 8A | 4E | 58 | 0 | 2E | F7 | 4F | 1E |
| Octal | 37 | 20 | 212 | 116 | 130 | 0 | 56 | 367 | 117 | 36 |
| Binary | 11111 | 10000 | 10001010 | 1001110 | 1011000 | 0 | 101110 | 11110111 | 1001111 | 11110 |
Color Harmonies of #1F108A
Complementary color
Monochromatic Colors of #1F108A
Black with #1F108A
Text Example
Text Example
White with #1F108A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F108A; }
p { color: rgb(31,16,138); }
H1.HeaderClassName
{
color: #1F108A;
}
.AnyTagClassName
{
color: #1F108A;
}
</style>
background-color css
<style>
a { background-color: #1F108A; }
a { background-color: rgb(31,16,138); }
div.DivClassName
{
background-color: #1F108A;
}
.BgClassName
{
background-color: #1F108A;
}
</style>
border-color css
<style>
span { border-color: #1F108A; }
span { border-color: rgb(31,16,138); }
td.TdClassName
{
border-color: #1F108A;
}
.TagClassName
{
border-color: #1F108A;
}
</style>