Shades of Ultramarine #1F03AA
Tints of Ultramarine #1F03AA
RGB
CMYK
RGB Variations
Color information
#1F03AA (or 0x1F03AA) is known color: Ultramarine. HEX triplet: 1F, 03 and AA. RGB value is (31,3,170). Sum of RGB (Red+Green+Blue) = 31+3+170=204 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.20% from 204); Green value is 3 (1.56% from 255 or 1.47% from 204); Blue value is 170 (66.80% from 255 or 83.33% from 204); Max value from RGB is 170 - color contains mainly: blue. Hex color #1F03AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F03AA is #E0FC55. Grayscale: #1D1D1D. Windows color (decimal): -14744662 or 11141919. OLE color: 11141919.
HSL color Cylindrical-coordinate representation of color #1F03AA: hue angle of 250.06º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1F03AA is Cyan = 0.82, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 3 | 170 | - |
| CMYK | 0.82 | 0.98 | 0 | 0.33 |
| HSL | 250.06º | 0.97% | 0.34% | - |
| HSV(B) | 250.06º | 0.98% | 0.67% | - |
| XYZ | 7.85 | 3.26 | 38.25 | - |
| YUV | 30.41 | 206.78 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 3 | 170 | 0.82 | 0.98 | 0 | 0.33 | 250.06 | 0.97 | 0.34 |
| Hex | 1F | 3 | AA | 52 | 62 | 0 | 21 | FA | 61 | 22 |
| Octal | 37 | 3 | 252 | 122 | 142 | 0 | 41 | 372 | 141 | 42 |
| Binary | 11111 | 11 | 10101010 | 1010010 | 1100010 | 0 | 100001 | 11111010 | 1100001 | 100010 |
Color Harmonies of #1F03AA
Complementary color
Monochromatic Colors of #1F03AA
Black with #1F03AA
Text Example
Text Example
White with #1F03AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F03AA; }
p { color: rgb(31,3,170); }
H1.HeaderClassName
{
color: #1F03AA;
}
.AnyTagClassName
{
color: #1F03AA;
}
</style>
background-color css
<style>
a { background-color: #1F03AA; }
a { background-color: rgb(31,3,170); }
div.DivClassName
{
background-color: #1F03AA;
}
.BgClassName
{
background-color: #1F03AA;
}
</style>
border-color css
<style>
span { border-color: #1F03AA; }
span { border-color: rgb(31,3,170); }
td.TdClassName
{
border-color: #1F03AA;
}
.TagClassName
{
border-color: #1F03AA;
}
</style>