Shades of Ultramarine #1F04A3
Tints of Ultramarine #1F04A3
RGB
CMYK
RGB Variations
Color information
#1F04A3 (or 0x1F04A3) is known color: Ultramarine. HEX triplet: 1F, 04 and A3. RGB value is (31,4,163). Sum of RGB (Red+Green+Blue) = 31+4+163=198 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.66% from 198); Green value is 4 (1.95% from 255 or 2.02% from 198); Blue value is 163 (64.06% from 255 or 82.32% from 198); Max value from RGB is 163 - color contains mainly: blue. Hex color #1F04A3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F04A3 is #E0FB5C. Grayscale: #1D1D1D. Windows color (decimal): -14744413 or 10683423. OLE color: 10683423.
HSL color Cylindrical-coordinate representation of color #1F04A3: hue angle of 250.19º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1F04A3 is Cyan = 0.81, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 31 | 4 | 163 | - |
| CMYK | 0.81 | 0.98 | 0 | 0.36 |
| HSL | 250.19º | 0.95% | 0.33% | - |
| HSV(B) | 250.19º | 0.98% | 0.64% | - |
| XYZ | 7.22 | 3.02 | 34.85 | - |
| YUV | 30.2 | 202.95 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 4 | 163 | 0.81 | 0.98 | 0 | 0.36 | 250.19 | 0.95 | 0.33 |
| Hex | 1F | 4 | A3 | 51 | 62 | 0 | 24 | FA | 5F | 21 |
| Octal | 37 | 4 | 243 | 121 | 142 | 0 | 44 | 372 | 137 | 41 |
| Binary | 11111 | 100 | 10100011 | 1010001 | 1100010 | 0 | 100100 | 11111010 | 1011111 | 100001 |
Color Harmonies of #1F04A3
Complementary color
Monochromatic Colors of #1F04A3
Black with #1F04A3
Text Example
Text Example
White with #1F04A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F04A3; }
p { color: rgb(31,4,163); }
H1.HeaderClassName
{
color: #1F04A3;
}
.AnyTagClassName
{
color: #1F04A3;
}
</style>
background-color css
<style>
a { background-color: #1F04A3; }
a { background-color: rgb(31,4,163); }
div.DivClassName
{
background-color: #1F04A3;
}
.BgClassName
{
background-color: #1F04A3;
}
</style>
border-color css
<style>
span { border-color: #1F04A3; }
span { border-color: rgb(31,4,163); }
td.TdClassName
{
border-color: #1F04A3;
}
.TagClassName
{
border-color: #1F04A3;
}
</style>