Shades of Ultramarine #1F238D
Tints of Ultramarine #1F238D
RGB
CMYK
RGB Variations
Color information
#1F238D (or 0x1F238D) is known color: Ultramarine. HEX triplet: 1F, 23 and 8D. RGB value is (31,35,141). Sum of RGB (Red+Green+Blue) = 31+35+141=207 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.98% from 207); Green value is 35 (14.06% from 255 or 16.91% from 207); Blue value is 141 (55.47% from 255 or 68.12% from 207); Max value from RGB is 141 - color contains mainly: blue. Hex color #1F238D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F238D is #E0DC72. Grayscale: #2D2D2D. Windows color (decimal): -14736499 or 9249567. OLE color: 9249567.
HSL color Cylindrical-coordinate representation of color #1F238D: hue angle of 237.82º 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 #1F238D is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 31 | 35 | 141 | - |
| CMYK | 0.78 | 0.75 | 0 | 0.45 |
| HSL | 237.82º | 0.64% | 0.34% | - |
| HSV(B) | 237.82º | 0.78% | 0.55% | - |
| XYZ | 5.97 | 3.42 | 25.54 | - |
| YUV | 45.89 | 181.67 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 35 | 141 | 0.78 | 0.75 | 0 | 0.45 | 237.82 | 0.64 | 0.34 |
| Hex | 1F | 23 | 8D | 4E | 4B | 0 | 2D | EE | 40 | 22 |
| Octal | 37 | 43 | 215 | 116 | 113 | 0 | 55 | 356 | 100 | 42 |
| Binary | 11111 | 100011 | 10001101 | 1001110 | 1001011 | 0 | 101101 | 11101110 | 1000000 | 100010 |
Color Harmonies of #1F238D
Complementary color
Monochromatic Colors of #1F238D
Black with #1F238D
Text Example
Text Example
White with #1F238D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F238D; }
p { color: rgb(31,35,141); }
H1.HeaderClassName
{
color: #1F238D;
}
.AnyTagClassName
{
color: #1F238D;
}
</style>
background-color css
<style>
a { background-color: #1F238D; }
a { background-color: rgb(31,35,141); }
div.DivClassName
{
background-color: #1F238D;
}
.BgClassName
{
background-color: #1F238D;
}
</style>
border-color css
<style>
span { border-color: #1F238D; }
span { border-color: rgb(31,35,141); }
td.TdClassName
{
border-color: #1F238D;
}
.TagClassName
{
border-color: #1F238D;
}
</style>