Shades of Ultramarine #1F128D
Tints of Ultramarine #1F128D
RGB
CMYK
RGB Variations
Color information
#1F128D (or 0x1F128D) is known color: Ultramarine. HEX triplet: 1F, 12 and 8D. RGB value is (31,18,141). Sum of RGB (Red+Green+Blue) = 31+18+141=190 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.32% from 190); Green value is 18 (7.42% from 255 or 9.47% from 190); Blue value is 141 (55.47% from 255 or 74.21% from 190); Max value from RGB is 141 - color contains mainly: blue. Hex color #1F128D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F128D is #E0ED72. Grayscale: #232323. Windows color (decimal): -14740851 or 9245215. OLE color: 9245215.
HSL color Cylindrical-coordinate representation of color #1F128D: hue angle of 246.34º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F128D is Cyan = 0.78, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 31 | 18 | 141 | - |
| CMYK | 0.78 | 0.87 | 0 | 0.45 |
| HSL | 246.34º | 0.77% | 0.31% | - |
| HSV(B) | 246.34º | 0.87% | 0.55% | - |
| XYZ | 5.59 | 2.65 | 25.42 | - |
| YUV | 35.91 | 187.31 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 18 | 141 | 0.78 | 0.87 | 0 | 0.45 | 246.34 | 0.77 | 0.31 |
| Hex | 1F | 12 | 8D | 4E | 57 | 0 | 2D | F6 | 4D | 1F |
| Octal | 37 | 22 | 215 | 116 | 127 | 0 | 55 | 366 | 115 | 37 |
| Binary | 11111 | 10010 | 10001101 | 1001110 | 1010111 | 0 | 101101 | 11110110 | 1001101 | 11111 |
Color Harmonies of #1F128D
Complementary color
Monochromatic Colors of #1F128D
Black with #1F128D
Text Example
Text Example
White with #1F128D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F128D; }
p { color: rgb(31,18,141); }
H1.HeaderClassName
{
color: #1F128D;
}
.AnyTagClassName
{
color: #1F128D;
}
</style>
background-color css
<style>
a { background-color: #1F128D; }
a { background-color: rgb(31,18,141); }
div.DivClassName
{
background-color: #1F128D;
}
.BgClassName
{
background-color: #1F128D;
}
</style>
border-color css
<style>
span { border-color: #1F128D; }
span { border-color: rgb(31,18,141); }
td.TdClassName
{
border-color: #1F128D;
}
.TagClassName
{
border-color: #1F128D;
}
</style>