Shades of Ultramarine #1F0D9B
Tints of Ultramarine #1F0D9B
RGB
CMYK
RGB Variations
Color information
#1F0D9B (or 0x1F0D9B) is known color: Ultramarine. HEX triplet: 1F, 0D and 9B. RGB value is (31,13,155). Sum of RGB (Red+Green+Blue) = 31+13+155=199 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.58% from 199); Green value is 13 (5.47% from 255 or 6.53% from 199); Blue value is 155 (60.94% from 255 or 77.89% from 199); Max value from RGB is 155 - color contains mainly: blue. Hex color #1F0D9B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F0D9B is #E0F264. Grayscale: #222222. Windows color (decimal): -14742117 or 10161439. OLE color: 10161439.
HSL color Cylindrical-coordinate representation of color #1F0D9B: hue angle of 247.61º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1F0D9B is Cyan = 0.8, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 31 | 13 | 155 | - |
| CMYK | 0.8 | 0.92 | 0 | 0.39 |
| HSL | 247.61º | 0.85% | 0.33% | - |
| HSV(B) | 247.61º | 0.92% | 0.61% | - |
| XYZ | 6.63 | 2.95 | 31.23 | - |
| YUV | 34.57 | 195.96 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 13 | 155 | 0.8 | 0.92 | 0 | 0.39 | 247.61 | 0.85 | 0.33 |
| Hex | 1F | D | 9B | 50 | 5C | 0 | 27 | F8 | 55 | 21 |
| Octal | 37 | 15 | 233 | 120 | 134 | 0 | 47 | 370 | 125 | 41 |
| Binary | 11111 | 1101 | 10011011 | 1010000 | 1011100 | 0 | 100111 | 11111000 | 1010101 | 100001 |
Color Harmonies of #1F0D9B
Complementary color
Monochromatic Colors of #1F0D9B
Black with #1F0D9B
Text Example
Text Example
White with #1F0D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0D9B; }
p { color: rgb(31,13,155); }
H1.HeaderClassName
{
color: #1F0D9B;
}
.AnyTagClassName
{
color: #1F0D9B;
}
</style>
background-color css
<style>
a { background-color: #1F0D9B; }
a { background-color: rgb(31,13,155); }
div.DivClassName
{
background-color: #1F0D9B;
}
.BgClassName
{
background-color: #1F0D9B;
}
</style>
border-color css
<style>
span { border-color: #1F0D9B; }
span { border-color: rgb(31,13,155); }
td.TdClassName
{
border-color: #1F0D9B;
}
.TagClassName
{
border-color: #1F0D9B;
}
</style>