Shades of Ultramarine #1F02AF
Tints of Ultramarine #1F02AF
RGB
CMYK
RGB Variations
Color information
#1F02AF (or 0x1F02AF) is known color: Ultramarine. HEX triplet: 1F, 02 and AF. RGB value is (31,2,175). Sum of RGB (Red+Green+Blue) = 31+2+175=208 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.90% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 175 (68.75% from 255 or 84.13% from 208); Max value from RGB is 175 - color contains mainly: blue. Hex color #1F02AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F02AF is #E0FD50. Grayscale: #1D1D1D. Windows color (decimal): -14744913 or 11469343. OLE color: 11469343.
HSL color Cylindrical-coordinate representation of color #1F02AF: hue angle of 250.06º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1F02AF is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 31 | 2 | 175 | - |
| CMYK | 0.82 | 0.99 | 0 | 0.31 |
| HSL | 250.06º | 0.98% | 0.35% | - |
| HSV(B) | 250.06º | 0.99% | 0.69% | - |
| XYZ | 8.32 | 3.43 | 40.78 | - |
| YUV | 30.39 | 209.61 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 2 | 175 | 0.82 | 0.99 | 0 | 0.31 | 250.06 | 0.98 | 0.35 |
| Hex | 1F | 2 | AF | 52 | 63 | 0 | 1F | FA | 62 | 23 |
| Octal | 37 | 2 | 257 | 122 | 143 | 0 | 37 | 372 | 142 | 43 |
| Binary | 11111 | 10 | 10101111 | 1010010 | 1100011 | 0 | 11111 | 11111010 | 1100010 | 100011 |
Color Harmonies of #1F02AF
Complementary color
Monochromatic Colors of #1F02AF
Black with #1F02AF
Text Example
Text Example
White with #1F02AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F02AF; }
p { color: rgb(31,2,175); }
H1.HeaderClassName
{
color: #1F02AF;
}
.AnyTagClassName
{
color: #1F02AF;
}
</style>
background-color css
<style>
a { background-color: #1F02AF; }
a { background-color: rgb(31,2,175); }
div.DivClassName
{
background-color: #1F02AF;
}
.BgClassName
{
background-color: #1F02AF;
}
</style>
border-color css
<style>
span { border-color: #1F02AF; }
span { border-color: rgb(31,2,175); }
td.TdClassName
{
border-color: #1F02AF;
}
.TagClassName
{
border-color: #1F02AF;
}
</style>