Shades of Ultramarine #1F019B
Tints of Ultramarine #1F019B
RGB
CMYK
RGB Variations
Color information
#1F019B (or 0x1F019B) is known color: Ultramarine. HEX triplet: 1F, 01 and 9B. RGB value is (31,1,155). Sum of RGB (Red+Green+Blue) = 31+1+155=187 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.58% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 155 (60.94% from 255 or 82.89% from 187); Max value from RGB is 155 - color contains mainly: blue. Hex color #1F019B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F019B is #E0FE64. Grayscale: #1A1A1A. Windows color (decimal): -14745189 or 10158367. OLE color: 10158367.
HSL color Cylindrical-coordinate representation of color #1F019B: hue angle of 251.69º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1F019B is Cyan = 0.8, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 31 | 1 | 155 | - |
| CMYK | 0.8 | 0.99 | 0 | 0.39 |
| HSL | 251.69º | 0.99% | 0.31% | - |
| HSV(B) | 251.69º | 0.99% | 0.61% | - |
| XYZ | 6.49 | 2.68 | 31.19 | - |
| YUV | 27.53 | 199.94 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 1 | 155 | 0.8 | 0.99 | 0 | 0.39 | 251.69 | 0.99 | 0.31 |
| Hex | 1F | 1 | 9B | 50 | 63 | 0 | 27 | FC | 63 | 1F |
| Octal | 37 | 1 | 233 | 120 | 143 | 0 | 47 | 374 | 143 | 37 |
| Binary | 11111 | 1 | 10011011 | 1010000 | 1100011 | 0 | 100111 | 11111100 | 1100011 | 11111 |
Color Harmonies of #1F019B
Complementary color
Monochromatic Colors of #1F019B
Black with #1F019B
Text Example
Text Example
White with #1F019B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F019B; }
p { color: rgb(31,1,155); }
H1.HeaderClassName
{
color: #1F019B;
}
.AnyTagClassName
{
color: #1F019B;
}
</style>
background-color css
<style>
a { background-color: #1F019B; }
a { background-color: rgb(31,1,155); }
div.DivClassName
{
background-color: #1F019B;
}
.BgClassName
{
background-color: #1F019B;
}
</style>
border-color css
<style>
span { border-color: #1F019B; }
span { border-color: rgb(31,1,155); }
td.TdClassName
{
border-color: #1F019B;
}
.TagClassName
{
border-color: #1F019B;
}
</style>