Shades of Ultramarine #1F108C
Tints of Ultramarine #1F108C
RGB
CMYK
RGB Variations
Color information
#1F108C (or 0x1F108C) is known color: Ultramarine. HEX triplet: 1F, 10 and 8C. RGB value is (31,16,140). Sum of RGB (Red+Green+Blue) = 31+16+140=187 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.58% from 187); Green value is 16 (6.64% from 255 or 8.56% from 187); Blue value is 140 (55.08% from 255 or 74.87% from 187); Max value from RGB is 140 - color contains mainly: blue. Hex color #1F108C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F108C is #E0EF73. Grayscale: #222222. Windows color (decimal): -14741364 or 9179167. OLE color: 9179167.
HSL color Cylindrical-coordinate representation of color #1F108C: hue angle of 247.26º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1F108C is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 31 | 16 | 140 | - |
| CMYK | 0.78 | 0.89 | 0 | 0.45 |
| HSL | 247.26º | 0.79% | 0.31% | - |
| HSV(B) | 247.26º | 0.89% | 0.55% | - |
| XYZ | 5.48 | 2.56 | 25.02 | - |
| YUV | 34.62 | 187.47 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 16 | 140 | 0.78 | 0.89 | 0 | 0.45 | 247.26 | 0.79 | 0.31 |
| Hex | 1F | 10 | 8C | 4E | 59 | 0 | 2D | F7 | 4F | 1F |
| Octal | 37 | 20 | 214 | 116 | 131 | 0 | 55 | 367 | 117 | 37 |
| Binary | 11111 | 10000 | 10001100 | 1001110 | 1011001 | 0 | 101101 | 11110111 | 1001111 | 11111 |
Color Harmonies of #1F108C
Complementary color
Monochromatic Colors of #1F108C
Black with #1F108C
Text Example
Text Example
White with #1F108C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F108C; }
p { color: rgb(31,16,140); }
H1.HeaderClassName
{
color: #1F108C;
}
.AnyTagClassName
{
color: #1F108C;
}
</style>
background-color css
<style>
a { background-color: #1F108C; }
a { background-color: rgb(31,16,140); }
div.DivClassName
{
background-color: #1F108C;
}
.BgClassName
{
background-color: #1F108C;
}
</style>
border-color css
<style>
span { border-color: #1F108C; }
span { border-color: rgb(31,16,140); }
td.TdClassName
{
border-color: #1F108C;
}
.TagClassName
{
border-color: #1F108C;
}
</style>