Shades of Ultramarine #1F2495
Tints of Ultramarine #1F2495
RGB
CMYK
RGB Variations
Color information
#1F2495 (or 0x1F2495) is known color: Ultramarine. HEX triplet: 1F, 24 and 95. RGB value is (31,36,149). Sum of RGB (Red+Green+Blue) = 31+36+149=216 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.35% from 216); Green value is 36 (14.45% from 255 or 16.67% from 216); Blue value is 149 (58.59% from 255 or 68.98% from 216); Max value from RGB is 149 - color contains mainly: blue. Hex color #1F2495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2495 is #E0DB6A. Grayscale: #2E2E2E. Windows color (decimal): -14736235 or 9774111. OLE color: 9774111.
HSL color Cylindrical-coordinate representation of color #1F2495: hue angle of 237.46º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F2495 is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 31 | 36 | 149 | - |
| CMYK | 0.79 | 0.76 | 0 | 0.42 |
| HSL | 237.46º | 0.66% | 0.35% | - |
| HSV(B) | 237.46º | 0.79% | 0.58% | - |
| XYZ | 6.62 | 3.72 | 28.8 | - |
| YUV | 47.39 | 185.34 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 36 | 149 | 0.79 | 0.76 | 0 | 0.42 | 237.46 | 0.66 | 0.35 |
| Hex | 1F | 24 | 95 | 4F | 4C | 0 | 2A | ED | 42 | 23 |
| Octal | 37 | 44 | 225 | 117 | 114 | 0 | 52 | 355 | 102 | 43 |
| Binary | 11111 | 100100 | 10010101 | 1001111 | 1001100 | 0 | 101010 | 11101101 | 1000010 | 100011 |
Color Harmonies of #1F2495
Complementary color
Monochromatic Colors of #1F2495
Black with #1F2495
Text Example
Text Example
White with #1F2495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2495; }
p { color: rgb(31,36,149); }
H1.HeaderClassName
{
color: #1F2495;
}
.AnyTagClassName
{
color: #1F2495;
}
</style>
background-color css
<style>
a { background-color: #1F2495; }
a { background-color: rgb(31,36,149); }
div.DivClassName
{
background-color: #1F2495;
}
.BgClassName
{
background-color: #1F2495;
}
</style>
border-color css
<style>
span { border-color: #1F2495; }
span { border-color: rgb(31,36,149); }
td.TdClassName
{
border-color: #1F2495;
}
.TagClassName
{
border-color: #1F2495;
}
</style>