Shades of Ultramarine #1F0D88
Tints of Ultramarine #1F0D88
RGB
CMYK
RGB Variations
Color information
#1F0D88 (or 0x1F0D88) is known color: Ultramarine. HEX triplet: 1F, 0D and 88. RGB value is (31,13,136). Sum of RGB (Red+Green+Blue) = 31+13+136=180 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.22% from 180); Green value is 13 (5.47% from 255 or 7.22% from 180); Blue value is 136 (53.52% from 255 or 75.56% from 180); Max value from RGB is 136 - color contains mainly: blue. Hex color #1F0D88 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F0D88 is #E0F277. Grayscale: #1F1F1F. Windows color (decimal): -14742136 or 8916255. OLE color: 8916255.
HSL color Cylindrical-coordinate representation of color #1F0D88: hue angle of 248.78º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F0D88 is Cyan = 0.77, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 13 | 136 | - |
| CMYK | 0.77 | 0.90 | 0 | 0.47 |
| HSL | 248.78º | 0.83% | 0.29% | - |
| HSV(B) | 248.78º | 0.9% | 0.53% | - |
| XYZ | 5.15 | 2.36 | 23.48 | - |
| YUV | 32.4 | 186.46 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 13 | 136 | 0.77 | 0.90 | 0 | 0.47 | 248.78 | 0.83 | 0.29 |
| Hex | 1F | D | 88 | 4D | 5A | 0 | 2F | F9 | 53 | 1D |
| Octal | 37 | 15 | 210 | 115 | 132 | 0 | 57 | 371 | 123 | 35 |
| Binary | 11111 | 1101 | 10001000 | 1001101 | 1011010 | 0 | 101111 | 11111001 | 1010011 | 11101 |
Color Harmonies of #1F0D88
Complementary color
Monochromatic Colors of #1F0D88
Black with #1F0D88
Text Example
Text Example
White with #1F0D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0D88; }
p { color: rgb(31,13,136); }
H1.HeaderClassName
{
color: #1F0D88;
}
.AnyTagClassName
{
color: #1F0D88;
}
</style>
background-color css
<style>
a { background-color: #1F0D88; }
a { background-color: rgb(31,13,136); }
div.DivClassName
{
background-color: #1F0D88;
}
.BgClassName
{
background-color: #1F0D88;
}
</style>
border-color css
<style>
span { border-color: #1F0D88; }
span { border-color: rgb(31,13,136); }
td.TdClassName
{
border-color: #1F0D88;
}
.TagClassName
{
border-color: #1F0D88;
}
</style>