Shades of Ultramarine #1F0088
Tints of Ultramarine #1F0088
RGB
CMYK
RGB Variations
Color information
#1F0088 (or 0x1F0088) is known color: Ultramarine. HEX triplet: 1F, 00 and 88. RGB value is (31,0,136). Sum of RGB (Red+Green+Blue) = 31+0+136=167 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.56% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 136 (53.52% from 255 or 81.44% from 167); Max value from RGB is 136 - color contains mainly: blue. Hex color #1F0088 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F0088 is #E0FF77. Grayscale: #181818. Windows color (decimal): -14745464 or 8912927. OLE color: 8912927.
HSL color Cylindrical-coordinate representation of color #1F0088: hue angle of 253.68º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F0088 is Cyan = 0.77, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 0 | 136 | - |
| CMYK | 0.77 | 1 | 0 | 0.47 |
| HSL | 253.68º | 1% | 0.27% | - |
| HSV(B) | 253.68º | 1% | 0.53% | - |
| XYZ | 5.01 | 2.07 | 23.43 | - |
| YUV | 24.77 | 190.77 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 0 | 136 | 0.77 | 1 | 0 | 0.47 | 253.68 | 1 | 0.27 |
| Hex | 1F | 0 | 88 | 4D | 64 | 0 | 2F | FE | 64 | 1B |
| Octal | 37 | 0 | 210 | 115 | 144 | 0 | 57 | 376 | 144 | 33 |
| Binary | 11111 | 0 | 10001000 | 1001101 | 1100100 | 0 | 101111 | 11111110 | 1100100 | 11011 |
Color Harmonies of #1F0088
Complementary color
Monochromatic Colors of #1F0088
Black with #1F0088
Text Example
Text Example
White with #1F0088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0088; }
p { color: rgb(31,0,136); }
H1.HeaderClassName
{
color: #1F0088;
}
.AnyTagClassName
{
color: #1F0088;
}
</style>
background-color css
<style>
a { background-color: #1F0088; }
a { background-color: rgb(31,0,136); }
div.DivClassName
{
background-color: #1F0088;
}
.BgClassName
{
background-color: #1F0088;
}
</style>
border-color css
<style>
span { border-color: #1F0088; }
span { border-color: rgb(31,0,136); }
td.TdClassName
{
border-color: #1F0088;
}
.TagClassName
{
border-color: #1F0088;
}
</style>