Shades of Ultramarine #1F02AD
Tints of Ultramarine #1F02AD
RGB
CMYK
RGB Variations
Color information
#1F02AD (or 0x1F02AD) is known color: Ultramarine. HEX triplet: 1F, 02 and AD. RGB value is (31,2,173). Sum of RGB (Red+Green+Blue) = 31+2+173=206 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.05% from 206); Green value is 2 (1.17% from 255 or 0.97% from 206); Blue value is 173 (67.97% from 255 or 83.98% from 206); Max value from RGB is 173 - color contains mainly: blue. Hex color #1F02AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F02AD is #E0FD52. Grayscale: #1D1D1D. Windows color (decimal): -14744915 or 11338271. OLE color: 11338271.
HSL color Cylindrical-coordinate representation of color #1F02AD: hue angle of 250.18º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1F02AD is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 31 | 2 | 173 | - |
| CMYK | 0.82 | 0.99 | 0 | 0.32 |
| HSL | 250.18º | 0.98% | 0.34% | - |
| HSV(B) | 250.18º | 0.99% | 0.68% | - |
| XYZ | 8.13 | 3.35 | 39.75 | - |
| YUV | 30.17 | 208.61 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 2 | 173 | 0.82 | 0.99 | 0 | 0.32 | 250.18 | 0.98 | 0.34 |
| Hex | 1F | 2 | AD | 52 | 63 | 0 | 20 | FA | 62 | 22 |
| Octal | 37 | 2 | 255 | 122 | 143 | 0 | 40 | 372 | 142 | 42 |
| Binary | 11111 | 10 | 10101101 | 1010010 | 1100011 | 0 | 100000 | 11111010 | 1100010 | 100010 |
Color Harmonies of #1F02AD
Complementary color
Monochromatic Colors of #1F02AD
Black with #1F02AD
Text Example
Text Example
White with #1F02AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F02AD; }
p { color: rgb(31,2,173); }
H1.HeaderClassName
{
color: #1F02AD;
}
.AnyTagClassName
{
color: #1F02AD;
}
</style>
background-color css
<style>
a { background-color: #1F02AD; }
a { background-color: rgb(31,2,173); }
div.DivClassName
{
background-color: #1F02AD;
}
.BgClassName
{
background-color: #1F02AD;
}
</style>
border-color css
<style>
span { border-color: #1F02AD; }
span { border-color: rgb(31,2,173); }
td.TdClassName
{
border-color: #1F02AD;
}
.TagClassName
{
border-color: #1F02AD;
}
</style>