Shades of Ultramarine #1F0096
Tints of Ultramarine #1F0096
RGB
CMYK
RGB Variations
Color information
#1F0096 (or 0x1F0096) is known color: Ultramarine. HEX triplet: 1F, 00 and 96. RGB value is (31,0,150). Sum of RGB (Red+Green+Blue) = 31+0+150=181 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.13% from 181); Green value is 0 (0.39% from 255 or 0% from 181); Blue value is 150 (58.98% from 255 or 82.87% from 181); Max value from RGB is 150 - color contains mainly: blue. Hex color #1F0096 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F0096 is #E0FF69. Grayscale: #191919. Windows color (decimal): -14745450 or 9830431. OLE color: 9830431.
HSL color Cylindrical-coordinate representation of color #1F0096: hue angle of 252.4º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F0096 is Cyan = 0.79, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 31 | 0 | 150 | - |
| CMYK | 0.79 | 1 | 0 | 0.41 |
| HSL | 252.4º | 1% | 0.29% | - |
| HSV(B) | 252.4º | 1% | 0.59% | - |
| XYZ | 6.07 | 2.49 | 29.02 | - |
| YUV | 26.37 | 197.77 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 0 | 150 | 0.79 | 1 | 0 | 0.41 | 252.4 | 1 | 0.29 |
| Hex | 1F | 0 | 96 | 4F | 64 | 0 | 29 | FC | 64 | 1D |
| Octal | 37 | 0 | 226 | 117 | 144 | 0 | 51 | 374 | 144 | 35 |
| Binary | 11111 | 0 | 10010110 | 1001111 | 1100100 | 0 | 101001 | 11111100 | 1100100 | 11101 |
Color Harmonies of #1F0096
Complementary color
Monochromatic Colors of #1F0096
Black with #1F0096
Text Example
Text Example
White with #1F0096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0096; }
p { color: rgb(31,0,150); }
H1.HeaderClassName
{
color: #1F0096;
}
.AnyTagClassName
{
color: #1F0096;
}
</style>
background-color css
<style>
a { background-color: #1F0096; }
a { background-color: rgb(31,0,150); }
div.DivClassName
{
background-color: #1F0096;
}
.BgClassName
{
background-color: #1F0096;
}
</style>
border-color css
<style>
span { border-color: #1F0096; }
span { border-color: rgb(31,0,150); }
td.TdClassName
{
border-color: #1F0096;
}
.TagClassName
{
border-color: #1F0096;
}
</style>