Shades of Ultramarine #1F038E
Tints of Ultramarine #1F038E
RGB
CMYK
RGB Variations
Color information
#1F038E (or 0x1F038E) is known color: Ultramarine. HEX triplet: 1F, 03 and 8E. RGB value is (31,3,142). Sum of RGB (Red+Green+Blue) = 31+3+142=176 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.61% from 176); Green value is 3 (1.56% from 255 or 1.70% from 176); Blue value is 142 (55.86% from 255 or 80.68% from 176); Max value from RGB is 142 - color contains mainly: blue. Hex color #1F038E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F038E is #E0FC71. Grayscale: #1A1A1A. Windows color (decimal): -14744690 or 9306911. OLE color: 9306911.
HSL color Cylindrical-coordinate representation of color #1F038E: hue angle of 252.09º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1F038E is Cyan = 0.78, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 31 | 3 | 142 | - |
| CMYK | 0.78 | 0.98 | 0 | 0.44 |
| HSL | 252.09º | 0.96% | 0.28% | - |
| HSV(B) | 252.09º | 0.98% | 0.56% | - |
| XYZ | 5.48 | 2.31 | 25.75 | - |
| YUV | 27.22 | 192.78 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 3 | 142 | 0.78 | 0.98 | 0 | 0.44 | 252.09 | 0.96 | 0.28 |
| Hex | 1F | 3 | 8E | 4E | 62 | 0 | 2C | FC | 60 | 1C |
| Octal | 37 | 3 | 216 | 116 | 142 | 0 | 54 | 374 | 140 | 34 |
| Binary | 11111 | 11 | 10001110 | 1001110 | 1100010 | 0 | 101100 | 11111100 | 1100000 | 11100 |
Color Harmonies of #1F038E
Complementary color
Monochromatic Colors of #1F038E
Black with #1F038E
Text Example
Text Example
White with #1F038E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F038E; }
p { color: rgb(31,3,142); }
H1.HeaderClassName
{
color: #1F038E;
}
.AnyTagClassName
{
color: #1F038E;
}
</style>
background-color css
<style>
a { background-color: #1F038E; }
a { background-color: rgb(31,3,142); }
div.DivClassName
{
background-color: #1F038E;
}
.BgClassName
{
background-color: #1F038E;
}
</style>
border-color css
<style>
span { border-color: #1F038E; }
span { border-color: rgb(31,3,142); }
td.TdClassName
{
border-color: #1F038E;
}
.TagClassName
{
border-color: #1F038E;
}
</style>