Shades of Ultramarine #1F2593
Tints of Ultramarine #1F2593
RGB
CMYK
RGB Variations
Color information
#1F2593 (or 0x1F2593) is known color: Ultramarine. HEX triplet: 1F, 25 and 93. RGB value is (31,37,147). Sum of RGB (Red+Green+Blue) = 31+37+147=215 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.42% from 215); Green value is 37 (14.84% from 255 or 17.21% from 215); Blue value is 147 (57.81% from 255 or 68.37% from 215); Max value from RGB is 147 - color contains mainly: blue. Hex color #1F2593 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2593 is #E0DA6C. Grayscale: #2F2F2F. Windows color (decimal): -14735981 or 9643295. OLE color: 9643295.
HSL color Cylindrical-coordinate representation of color #1F2593: hue angle of 236.9º degrees, saturation: 0.65, 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 #1F2593 is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 31 | 37 | 147 | - |
| CMYK | 0.79 | 0.75 | 0 | 0.42 |
| HSL | 236.9º | 0.65% | 0.35% | - |
| HSV(B) | 236.9º | 0.79% | 0.58% | - |
| XYZ | 6.49 | 3.72 | 27.98 | - |
| YUV | 47.75 | 184.01 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 37 | 147 | 0.79 | 0.75 | 0 | 0.42 | 236.9 | 0.65 | 0.35 |
| Hex | 1F | 25 | 93 | 4F | 4B | 0 | 2A | ED | 41 | 23 |
| Octal | 37 | 45 | 223 | 117 | 113 | 0 | 52 | 355 | 101 | 43 |
| Binary | 11111 | 100101 | 10010011 | 1001111 | 1001011 | 0 | 101010 | 11101101 | 1000001 | 100011 |
Color Harmonies of #1F2593
Complementary color
Monochromatic Colors of #1F2593
Black with #1F2593
Text Example
Text Example
White with #1F2593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2593; }
p { color: rgb(31,37,147); }
H1.HeaderClassName
{
color: #1F2593;
}
.AnyTagClassName
{
color: #1F2593;
}
</style>
background-color css
<style>
a { background-color: #1F2593; }
a { background-color: rgb(31,37,147); }
div.DivClassName
{
background-color: #1F2593;
}
.BgClassName
{
background-color: #1F2593;
}
</style>
border-color css
<style>
span { border-color: #1F2593; }
span { border-color: rgb(31,37,147); }
td.TdClassName
{
border-color: #1F2593;
}
.TagClassName
{
border-color: #1F2593;
}
</style>