Shades of Ultramarine #1F108B
Tints of Ultramarine #1F108B
RGB
CMYK
RGB Variations
Color information
#1F108B (or 0x1F108B) is known color: Ultramarine. HEX triplet: 1F, 10 and 8B. RGB value is (31,16,139). Sum of RGB (Red+Green+Blue) = 31+16+139=186 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.67% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 139 (54.69% from 255 or 74.73% from 186); Max value from RGB is 139 - color contains mainly: blue. Hex color #1F108B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F108B is #E0EF74. Grayscale: #222222. Windows color (decimal): -14741365 or 9113631. OLE color: 9113631.
HSL color Cylindrical-coordinate representation of color #1F108B: hue angle of 247.32º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F108B is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 31 | 16 | 139 | - |
| CMYK | 0.78 | 0.88 | 0 | 0.45 |
| HSL | 247.32º | 0.79% | 0.3% | - |
| HSV(B) | 247.32º | 0.88% | 0.55% | - |
| XYZ | 5.41 | 2.53 | 24.63 | - |
| YUV | 34.51 | 186.97 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 16 | 139 | 0.78 | 0.88 | 0 | 0.45 | 247.32 | 0.79 | 0.3 |
| Hex | 1F | 10 | 8B | 4E | 58 | 0 | 2D | F7 | 4F | 1E |
| Octal | 37 | 20 | 213 | 116 | 130 | 0 | 55 | 367 | 117 | 36 |
| Binary | 11111 | 10000 | 10001011 | 1001110 | 1011000 | 0 | 101101 | 11110111 | 1001111 | 11110 |
Color Harmonies of #1F108B
Complementary color
Monochromatic Colors of #1F108B
Black with #1F108B
Text Example
Text Example
White with #1F108B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F108B; }
p { color: rgb(31,16,139); }
H1.HeaderClassName
{
color: #1F108B;
}
.AnyTagClassName
{
color: #1F108B;
}
</style>
background-color css
<style>
a { background-color: #1F108B; }
a { background-color: rgb(31,16,139); }
div.DivClassName
{
background-color: #1F108B;
}
.BgClassName
{
background-color: #1F108B;
}
</style>
border-color css
<style>
span { border-color: #1F108B; }
span { border-color: rgb(31,16,139); }
td.TdClassName
{
border-color: #1F108B;
}
.TagClassName
{
border-color: #1F108B;
}
</style>