Shades of Ultramarine #1F03AD
Tints of Ultramarine #1F03AD
RGB
CMYK
RGB Variations
Color information
#1F03AD (or 0x1F03AD) is known color: Ultramarine. HEX triplet: 1F, 03 and AD. RGB value is (31,3,173). Sum of RGB (Red+Green+Blue) = 31+3+173=207 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.98% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 173 (67.97% from 255 or 83.57% from 207); Max value from RGB is 173 - color contains mainly: blue. Hex color #1F03AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F03AD is #E0FC52. Grayscale: #1E1E1E. Windows color (decimal): -14744659 or 11338527. OLE color: 11338527.
HSL color Cylindrical-coordinate representation of color #1F03AD: hue angle of 249.88º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1F03AD is Cyan = 0.82, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 31 | 3 | 173 | - |
| CMYK | 0.82 | 0.98 | 0 | 0.32 |
| HSL | 249.88º | 0.97% | 0.35% | - |
| HSV(B) | 249.88º | 0.98% | 0.68% | - |
| XYZ | 8.14 | 3.37 | 39.76 | - |
| YUV | 30.75 | 208.28 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 3 | 173 | 0.82 | 0.98 | 0 | 0.32 | 249.88 | 0.97 | 0.35 |
| Hex | 1F | 3 | AD | 52 | 62 | 0 | 20 | FA | 61 | 23 |
| Octal | 37 | 3 | 255 | 122 | 142 | 0 | 40 | 372 | 141 | 43 |
| Binary | 11111 | 11 | 10101101 | 1010010 | 1100010 | 0 | 100000 | 11111010 | 1100001 | 100011 |
Color Harmonies of #1F03AD
Complementary color
Monochromatic Colors of #1F03AD
Black with #1F03AD
Text Example
Text Example
White with #1F03AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F03AD; }
p { color: rgb(31,3,173); }
H1.HeaderClassName
{
color: #1F03AD;
}
.AnyTagClassName
{
color: #1F03AD;
}
</style>
background-color css
<style>
a { background-color: #1F03AD; }
a { background-color: rgb(31,3,173); }
div.DivClassName
{
background-color: #1F03AD;
}
.BgClassName
{
background-color: #1F03AD;
}
</style>
border-color css
<style>
span { border-color: #1F03AD; }
span { border-color: rgb(31,3,173); }
td.TdClassName
{
border-color: #1F03AD;
}
.TagClassName
{
border-color: #1F03AD;
}
</style>