Shades of Ultramarine #1F038D
Tints of Ultramarine #1F038D
RGB
CMYK
RGB Variations
Color information
#1F038D (or 0x1F038D) is known color: Ultramarine. HEX triplet: 1F, 03 and 8D. RGB value is (31,3,141). Sum of RGB (Red+Green+Blue) = 31+3+141=175 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.71% from 175); Green value is 3 (1.56% from 255 or 1.71% from 175); Blue value is 141 (55.47% from 255 or 80.57% from 175); Max value from RGB is 141 - color contains mainly: blue. Hex color #1F038D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F038D is #E0FC72. Grayscale: #1A1A1A. Windows color (decimal): -14744691 or 9241375. OLE color: 9241375.
HSL color Cylindrical-coordinate representation of color #1F038D: hue angle of 252.17º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1F038D is Cyan = 0.78, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 31 | 3 | 141 | - |
| CMYK | 0.78 | 0.98 | 0 | 0.45 |
| HSL | 252.17º | 0.96% | 0.28% | - |
| HSV(B) | 252.17º | 0.98% | 0.55% | - |
| XYZ | 5.41 | 2.28 | 25.35 | - |
| YUV | 27.1 | 192.28 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 3 | 141 | 0.78 | 0.98 | 0 | 0.45 | 252.17 | 0.96 | 0.28 |
| Hex | 1F | 3 | 8D | 4E | 62 | 0 | 2D | FC | 60 | 1C |
| Octal | 37 | 3 | 215 | 116 | 142 | 0 | 55 | 374 | 140 | 34 |
| Binary | 11111 | 11 | 10001101 | 1001110 | 1100010 | 0 | 101101 | 11111100 | 1100000 | 11100 |
Color Harmonies of #1F038D
Complementary color
Monochromatic Colors of #1F038D
Black with #1F038D
Text Example
Text Example
White with #1F038D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F038D; }
p { color: rgb(31,3,141); }
H1.HeaderClassName
{
color: #1F038D;
}
.AnyTagClassName
{
color: #1F038D;
}
</style>
background-color css
<style>
a { background-color: #1F038D; }
a { background-color: rgb(31,3,141); }
div.DivClassName
{
background-color: #1F038D;
}
.BgClassName
{
background-color: #1F038D;
}
</style>
border-color css
<style>
span { border-color: #1F038D; }
span { border-color: rgb(31,3,141); }
td.TdClassName
{
border-color: #1F038D;
}
.TagClassName
{
border-color: #1F038D;
}
</style>