Shades of Ultramarine #1F038A
Tints of Ultramarine #1F038A
RGB
CMYK
RGB Variations
Color information
#1F038A (or 0x1F038A) is known color: Ultramarine. HEX triplet: 1F, 03 and 8A. RGB value is (31,3,138). Sum of RGB (Red+Green+Blue) = 31+3+138=172 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.02% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 138 (54.30% from 255 or 80.23% from 172); Max value from RGB is 138 - color contains mainly: blue. Hex color #1F038A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F038A is #E0FC75. Grayscale: #1A1A1A. Windows color (decimal): -14744694 or 9044767. OLE color: 9044767.
HSL color Cylindrical-coordinate representation of color #1F038A: hue angle of 252.44º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1F038A is Cyan = 0.78, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 31 | 3 | 138 | - |
| CMYK | 0.78 | 0.98 | 0 | 0.46 |
| HSL | 252.44º | 0.96% | 0.28% | - |
| HSV(B) | 252.44º | 0.98% | 0.54% | - |
| XYZ | 5.19 | 2.19 | 24.19 | - |
| YUV | 26.76 | 190.78 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 3 | 138 | 0.78 | 0.98 | 0 | 0.46 | 252.44 | 0.96 | 0.28 |
| Hex | 1F | 3 | 8A | 4E | 62 | 0 | 2E | FC | 60 | 1C |
| Octal | 37 | 3 | 212 | 116 | 142 | 0 | 56 | 374 | 140 | 34 |
| Binary | 11111 | 11 | 10001010 | 1001110 | 1100010 | 0 | 101110 | 11111100 | 1100000 | 11100 |
Color Harmonies of #1F038A
Complementary color
Monochromatic Colors of #1F038A
Black with #1F038A
Text Example
Text Example
White with #1F038A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F038A; }
p { color: rgb(31,3,138); }
H1.HeaderClassName
{
color: #1F038A;
}
.AnyTagClassName
{
color: #1F038A;
}
</style>
background-color css
<style>
a { background-color: #1F038A; }
a { background-color: rgb(31,3,138); }
div.DivClassName
{
background-color: #1F038A;
}
.BgClassName
{
background-color: #1F038A;
}
</style>
border-color css
<style>
span { border-color: #1F038A; }
span { border-color: rgb(31,3,138); }
td.TdClassName
{
border-color: #1F038A;
}
.TagClassName
{
border-color: #1F038A;
}
</style>