Shades of Ultramarine #1F0388
Tints of Ultramarine #1F0388
RGB
CMYK
RGB Variations
Color information
#1F0388 (or 0x1F0388) is known color: Ultramarine. HEX triplet: 1F, 03 and 88. RGB value is (31,3,136). Sum of RGB (Red+Green+Blue) = 31+3+136=170 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.24% from 170); Green value is 3 (1.56% from 255 or 1.76% from 170); Blue value is 136 (53.52% from 255 or 80% from 170); Max value from RGB is 136 - color contains mainly: blue. Hex color #1F0388 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F0388 is #E0FC77. Grayscale: #1A1A1A. Windows color (decimal): -14744696 or 8913695. OLE color: 8913695.
HSL color Cylindrical-coordinate representation of color #1F0388: hue angle of 252.63º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1F0388 is Cyan = 0.77, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 3 | 136 | - |
| CMYK | 0.77 | 0.98 | 0 | 0.47 |
| HSL | 252.63º | 0.96% | 0.27% | - |
| HSV(B) | 252.63º | 0.98% | 0.53% | - |
| XYZ | 5.04 | 2.13 | 23.44 | - |
| YUV | 26.53 | 189.78 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 3 | 136 | 0.77 | 0.98 | 0 | 0.47 | 252.63 | 0.96 | 0.27 |
| Hex | 1F | 3 | 88 | 4D | 62 | 0 | 2F | FD | 60 | 1B |
| Octal | 37 | 3 | 210 | 115 | 142 | 0 | 57 | 375 | 140 | 33 |
| Binary | 11111 | 11 | 10001000 | 1001101 | 1100010 | 0 | 101111 | 11111101 | 1100000 | 11011 |
Color Harmonies of #1F0388
Complementary color
Monochromatic Colors of #1F0388
Black with #1F0388
Text Example
Text Example
White with #1F0388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0388; }
p { color: rgb(31,3,136); }
H1.HeaderClassName
{
color: #1F0388;
}
.AnyTagClassName
{
color: #1F0388;
}
</style>
background-color css
<style>
a { background-color: #1F0388; }
a { background-color: rgb(31,3,136); }
div.DivClassName
{
background-color: #1F0388;
}
.BgClassName
{
background-color: #1F0388;
}
</style>
border-color css
<style>
span { border-color: #1F0388; }
span { border-color: rgb(31,3,136); }
td.TdClassName
{
border-color: #1F0388;
}
.TagClassName
{
border-color: #1F0388;
}
</style>