Shades of Ultramarine #1F129D
Tints of Ultramarine #1F129D
RGB
CMYK
RGB Variations
Color information
#1F129D (or 0x1F129D) is known color: Ultramarine. HEX triplet: 1F, 12 and 9D. RGB value is (31,18,157). Sum of RGB (Red+Green+Blue) = 31+18+157=206 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.05% from 206); Green value is 18 (7.42% from 255 or 8.74% from 206); Blue value is 157 (61.72% from 255 or 76.21% from 206); Max value from RGB is 157 - color contains mainly: blue. Hex color #1F129D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F129D is #E0ED62. Grayscale: #252525. Windows color (decimal): -14740835 or 10293791. OLE color: 10293791.
HSL color Cylindrical-coordinate representation of color #1F129D: hue angle of 245.61º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1F129D is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 31 | 18 | 157 | - |
| CMYK | 0.80 | 0.89 | 0 | 0.38 |
| HSL | 245.61º | 0.79% | 0.34% | - |
| HSV(B) | 245.61º | 0.89% | 0.62% | - |
| XYZ | 6.87 | 3.16 | 32.15 | - |
| YUV | 37.73 | 195.31 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 18 | 157 | 0.80 | 0.89 | 0 | 0.38 | 245.61 | 0.79 | 0.34 |
| Hex | 1F | 12 | 9D | 50 | 59 | 0 | 26 | F6 | 4F | 22 |
| Octal | 37 | 22 | 235 | 120 | 131 | 0 | 46 | 366 | 117 | 42 |
| Binary | 11111 | 10010 | 10011101 | 1010000 | 1011001 | 0 | 100110 | 11110110 | 1001111 | 100010 |
Color Harmonies of #1F129D
Complementary color
Monochromatic Colors of #1F129D
Black with #1F129D
Text Example
Text Example
White with #1F129D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F129D; }
p { color: rgb(31,18,157); }
H1.HeaderClassName
{
color: #1F129D;
}
.AnyTagClassName
{
color: #1F129D;
}
</style>
background-color css
<style>
a { background-color: #1F129D; }
a { background-color: rgb(31,18,157); }
div.DivClassName
{
background-color: #1F129D;
}
.BgClassName
{
background-color: #1F129D;
}
</style>
border-color css
<style>
span { border-color: #1F129D; }
span { border-color: rgb(31,18,157); }
td.TdClassName
{
border-color: #1F129D;
}
.TagClassName
{
border-color: #1F129D;
}
</style>