Shades of Ultramarine #1F019C
Tints of Ultramarine #1F019C
RGB
CMYK
RGB Variations
Color information
#1F019C (or 0x1F019C) is known color: Ultramarine. HEX triplet: 1F, 01 and 9C. RGB value is (31,1,156). Sum of RGB (Red+Green+Blue) = 31+1+156=188 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.49% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 156 (61.33% from 255 or 82.98% from 188); Max value from RGB is 156 - color contains mainly: blue. Hex color #1F019C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F019C is #E0FE63. Grayscale: #1B1B1B. Windows color (decimal): -14745188 or 10223903. OLE color: 10223903.
HSL color Cylindrical-coordinate representation of color #1F019C: hue angle of 251.61º 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 #1F019C is Cyan = 0.80, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 31 | 1 | 156 | - |
| CMYK | 0.80 | 0.99 | 0 | 0.39 |
| HSL | 251.61º | 0.99% | 0.31% | - |
| HSV(B) | 251.61º | 0.99% | 0.61% | - |
| XYZ | 6.58 | 2.71 | 31.63 | - |
| YUV | 27.64 | 200.44 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 1 | 156 | 0.80 | 0.99 | 0 | 0.39 | 251.61 | 0.99 | 0.31 |
| Hex | 1F | 1 | 9C | 50 | 63 | 0 | 27 | FC | 63 | 1F |
| Octal | 37 | 1 | 234 | 120 | 143 | 0 | 47 | 374 | 143 | 37 |
| Binary | 11111 | 1 | 10011100 | 1010000 | 1100011 | 0 | 100111 | 11111100 | 1100011 | 11111 |
Color Harmonies of #1F019C
Complementary color
Monochromatic Colors of #1F019C
Black with #1F019C
Text Example
Text Example
White with #1F019C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F019C; }
p { color: rgb(31,1,156); }
H1.HeaderClassName
{
color: #1F019C;
}
.AnyTagClassName
{
color: #1F019C;
}
</style>
background-color css
<style>
a { background-color: #1F019C; }
a { background-color: rgb(31,1,156); }
div.DivClassName
{
background-color: #1F019C;
}
.BgClassName
{
background-color: #1F019C;
}
</style>
border-color css
<style>
span { border-color: #1F019C; }
span { border-color: rgb(31,1,156); }
td.TdClassName
{
border-color: #1F019C;
}
.TagClassName
{
border-color: #1F019C;
}
</style>