Shades of Ultramarine #1F238F
Tints of Ultramarine #1F238F
RGB
CMYK
RGB Variations
Color information
#1F238F (or 0x1F238F) is known color: Ultramarine. HEX triplet: 1F, 23 and 8F. RGB value is (31,35,143). Sum of RGB (Red+Green+Blue) = 31+35+143=209 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.83% from 209); Green value is 35 (14.06% from 255 or 16.75% from 209); Blue value is 143 (56.25% from 255 or 68.42% from 209); Max value from RGB is 143 - color contains mainly: blue. Hex color #1F238F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F238F is #E0DC70. Grayscale: #2D2D2D. Windows color (decimal): -14736497 or 9380639. OLE color: 9380639.
HSL color Cylindrical-coordinate representation of color #1F238F: hue angle of 237.86º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F238F is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 31 | 35 | 143 | - |
| CMYK | 0.78 | 0.76 | 0 | 0.44 |
| HSL | 237.86º | 0.64% | 0.34% | - |
| HSV(B) | 237.86º | 0.78% | 0.56% | - |
| XYZ | 6.12 | 3.48 | 26.33 | - |
| YUV | 46.12 | 182.67 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 35 | 143 | 0.78 | 0.76 | 0 | 0.44 | 237.86 | 0.64 | 0.34 |
| Hex | 1F | 23 | 8F | 4E | 4C | 0 | 2C | EE | 40 | 22 |
| Octal | 37 | 43 | 217 | 116 | 114 | 0 | 54 | 356 | 100 | 42 |
| Binary | 11111 | 100011 | 10001111 | 1001110 | 1001100 | 0 | 101100 | 11101110 | 1000000 | 100010 |
Color Harmonies of #1F238F
Complementary color
Monochromatic Colors of #1F238F
Black with #1F238F
Text Example
Text Example
White with #1F238F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F238F; }
p { color: rgb(31,35,143); }
H1.HeaderClassName
{
color: #1F238F;
}
.AnyTagClassName
{
color: #1F238F;
}
</style>
background-color css
<style>
a { background-color: #1F238F; }
a { background-color: rgb(31,35,143); }
div.DivClassName
{
background-color: #1F238F;
}
.BgClassName
{
background-color: #1F238F;
}
</style>
border-color css
<style>
span { border-color: #1F238F; }
span { border-color: rgb(31,35,143); }
td.TdClassName
{
border-color: #1F238F;
}
.TagClassName
{
border-color: #1F238F;
}
</style>