Shades of Ultramarine #1F258D
Tints of Ultramarine #1F258D
RGB
CMYK
RGB Variations
Color information
#1F258D (or 0x1F258D) is known color: Ultramarine. HEX triplet: 1F, 25 and 8D. RGB value is (31,37,141). Sum of RGB (Red+Green+Blue) = 31+37+141=209 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.83% from 209); Green value is 37 (14.84% from 255 or 17.70% from 209); Blue value is 141 (55.47% from 255 or 67.46% from 209); Max value from RGB is 141 - color contains mainly: blue. Hex color #1F258D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F258D is #E0DA72. Grayscale: #2E2E2E. Windows color (decimal): -14735987 or 9250079. OLE color: 9250079.
HSL color Cylindrical-coordinate representation of color #1F258D: hue angle of 236.73º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F258D is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 31 | 37 | 141 | - |
| CMYK | 0.78 | 0.74 | 0 | 0.45 |
| HSL | 236.73º | 0.64% | 0.34% | - |
| HSV(B) | 236.73º | 0.78% | 0.55% | - |
| XYZ | 6.03 | 3.54 | 25.56 | - |
| YUV | 47.06 | 181.01 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 37 | 141 | 0.78 | 0.74 | 0 | 0.45 | 236.73 | 0.64 | 0.34 |
| Hex | 1F | 25 | 8D | 4E | 4A | 0 | 2D | ED | 40 | 22 |
| Octal | 37 | 45 | 215 | 116 | 112 | 0 | 55 | 355 | 100 | 42 |
| Binary | 11111 | 100101 | 10001101 | 1001110 | 1001010 | 0 | 101101 | 11101101 | 1000000 | 100010 |
Color Harmonies of #1F258D
Complementary color
Monochromatic Colors of #1F258D
Black with #1F258D
Text Example
Text Example
White with #1F258D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F258D; }
p { color: rgb(31,37,141); }
H1.HeaderClassName
{
color: #1F258D;
}
.AnyTagClassName
{
color: #1F258D;
}
</style>
background-color css
<style>
a { background-color: #1F258D; }
a { background-color: rgb(31,37,141); }
div.DivClassName
{
background-color: #1F258D;
}
.BgClassName
{
background-color: #1F258D;
}
</style>
border-color css
<style>
span { border-color: #1F258D; }
span { border-color: rgb(31,37,141); }
td.TdClassName
{
border-color: #1F258D;
}
.TagClassName
{
border-color: #1F258D;
}
</style>