Shades of Ultramarine #1F149E
Tints of Ultramarine #1F149E
RGB
CMYK
RGB Variations
Color information
#1F149E (or 0x1F149E) is known color: Ultramarine. HEX triplet: 1F, 14 and 9E. RGB value is (31,20,158). Sum of RGB (Red+Green+Blue) = 31+20+158=209 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.83% from 209); Green value is 20 (8.20% from 255 or 9.57% from 209); Blue value is 158 (62.11% from 255 or 75.60% from 209); Max value from RGB is 158 - color contains mainly: blue. Hex color #1F149E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F149E is #E0EB61. Grayscale: #262626. Windows color (decimal): -14740322 or 10359839. OLE color: 10359839.
HSL color Cylindrical-coordinate representation of color #1F149E: hue angle of 244.78º degrees, saturation: 0.78, 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 #1F149E is Cyan = 0.80, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 31 | 20 | 158 | - |
| CMYK | 0.80 | 0.87 | 0 | 0.38 |
| HSL | 244.78º | 0.78% | 0.35% | - |
| HSV(B) | 244.78º | 0.87% | 0.62% | - |
| XYZ | 6.99 | 3.26 | 32.61 | - |
| YUV | 39.02 | 195.14 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 20 | 158 | 0.80 | 0.87 | 0 | 0.38 | 244.78 | 0.78 | 0.35 |
| Hex | 1F | 14 | 9E | 50 | 57 | 0 | 26 | F5 | 4E | 23 |
| Octal | 37 | 24 | 236 | 120 | 127 | 0 | 46 | 365 | 116 | 43 |
| Binary | 11111 | 10100 | 10011110 | 1010000 | 1010111 | 0 | 100110 | 11110101 | 1001110 | 100011 |
Color Harmonies of #1F149E
Complementary color
Monochromatic Colors of #1F149E
Black with #1F149E
Text Example
Text Example
White with #1F149E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F149E; }
p { color: rgb(31,20,158); }
H1.HeaderClassName
{
color: #1F149E;
}
.AnyTagClassName
{
color: #1F149E;
}
</style>
background-color css
<style>
a { background-color: #1F149E; }
a { background-color: rgb(31,20,158); }
div.DivClassName
{
background-color: #1F149E;
}
.BgClassName
{
background-color: #1F149E;
}
</style>
border-color css
<style>
span { border-color: #1F149E; }
span { border-color: rgb(31,20,158); }
td.TdClassName
{
border-color: #1F149E;
}
.TagClassName
{
border-color: #1F149E;
}
</style>