Shades of Ultramarine #1F159D
Tints of Ultramarine #1F159D
RGB
CMYK
RGB Variations
Color information
#1F159D (or 0x1F159D) is known color: Ultramarine. HEX triplet: 1F, 15 and 9D. RGB value is (31,21,157). Sum of RGB (Red+Green+Blue) = 31+21+157=209 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.83% from 209); Green value is 21 (8.59% from 255 or 10.05% from 209); Blue value is 157 (61.72% from 255 or 75.12% from 209); Max value from RGB is 157 - color contains mainly: blue. Hex color #1F159D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F159D is #E0EA62. Grayscale: #262626. Windows color (decimal): -14740067 or 10294559. OLE color: 10294559.
HSL color Cylindrical-coordinate representation of color #1F159D: hue angle of 244.41º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F159D is Cyan = 0.80, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 31 | 21 | 157 | - |
| CMYK | 0.80 | 0.87 | 0 | 0.38 |
| HSL | 244.41º | 0.76% | 0.35% | - |
| HSV(B) | 244.41º | 0.87% | 0.62% | - |
| XYZ | 6.92 | 3.26 | 32.16 | - |
| YUV | 39.49 | 194.31 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 21 | 157 | 0.80 | 0.87 | 0 | 0.38 | 244.41 | 0.76 | 0.35 |
| Hex | 1F | 15 | 9D | 50 | 57 | 0 | 26 | F4 | 4C | 23 |
| Octal | 37 | 25 | 235 | 120 | 127 | 0 | 46 | 364 | 114 | 43 |
| Binary | 11111 | 10101 | 10011101 | 1010000 | 1010111 | 0 | 100110 | 11110100 | 1001100 | 100011 |
Color Harmonies of #1F159D
Complementary color
Monochromatic Colors of #1F159D
Black with #1F159D
Text Example
Text Example
White with #1F159D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F159D; }
p { color: rgb(31,21,157); }
H1.HeaderClassName
{
color: #1F159D;
}
.AnyTagClassName
{
color: #1F159D;
}
</style>
background-color css
<style>
a { background-color: #1F159D; }
a { background-color: rgb(31,21,157); }
div.DivClassName
{
background-color: #1F159D;
}
.BgClassName
{
background-color: #1F159D;
}
</style>
border-color css
<style>
span { border-color: #1F159D; }
span { border-color: rgb(31,21,157); }
td.TdClassName
{
border-color: #1F159D;
}
.TagClassName
{
border-color: #1F159D;
}
</style>