Shades of Ultramarine #1F2396
Tints of Ultramarine #1F2396
RGB
CMYK
RGB Variations
Color information
#1F2396 (or 0x1F2396) is known color: Ultramarine. HEX triplet: 1F, 23 and 96. RGB value is (31,35,150). Sum of RGB (Red+Green+Blue) = 31+35+150=216 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.35% from 216); Green value is 35 (14.06% from 255 or 16.20% from 216); Blue value is 150 (58.98% from 255 or 69.44% from 216); Max value from RGB is 150 - color contains mainly: blue. Hex color #1F2396 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2396 is #E0DC69. Grayscale: #2E2E2E. Windows color (decimal): -14736490 or 9839391. OLE color: 9839391.
HSL color Cylindrical-coordinate representation of color #1F2396: hue angle of 237.98º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F2396 is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 31 | 35 | 150 | - |
| CMYK | 0.79 | 0.77 | 0 | 0.41 |
| HSL | 237.98º | 0.66% | 0.35% | - |
| HSV(B) | 237.98º | 0.79% | 0.59% | - |
| XYZ | 6.67 | 3.7 | 29.22 | - |
| YUV | 46.91 | 186.17 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 35 | 150 | 0.79 | 0.77 | 0 | 0.41 | 237.98 | 0.66 | 0.35 |
| Hex | 1F | 23 | 96 | 4F | 4D | 0 | 29 | EE | 42 | 23 |
| Octal | 37 | 43 | 226 | 117 | 115 | 0 | 51 | 356 | 102 | 43 |
| Binary | 11111 | 100011 | 10010110 | 1001111 | 1001101 | 0 | 101001 | 11101110 | 1000010 | 100011 |
Color Harmonies of #1F2396
Complementary color
Monochromatic Colors of #1F2396
Black with #1F2396
Text Example
Text Example
White with #1F2396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2396; }
p { color: rgb(31,35,150); }
H1.HeaderClassName
{
color: #1F2396;
}
.AnyTagClassName
{
color: #1F2396;
}
</style>
background-color css
<style>
a { background-color: #1F2396; }
a { background-color: rgb(31,35,150); }
div.DivClassName
{
background-color: #1F2396;
}
.BgClassName
{
background-color: #1F2396;
}
</style>
border-color css
<style>
span { border-color: #1F2396; }
span { border-color: rgb(31,35,150); }
td.TdClassName
{
border-color: #1F2396;
}
.TagClassName
{
border-color: #1F2396;
}
</style>