Shades of Ultramarine #2001AF
Tints of Ultramarine #2001AF
RGB
CMYK
RGB Variations
Color information
#2001AF (or 0x2001AF) is known color: Ultramarine. HEX triplet: 20, 01 and AF. RGB value is (32,1,175). Sum of RGB (Red+Green+Blue) = 32+1+175=208 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.38% from 208); Green value is 1 (0.78% from 255 or 0.48% 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 #2001AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2001AF is #DFFE50. Grayscale: #1D1D1D. Windows color (decimal): -14679633 or 11469088. OLE color: 11469088.
HSL color Cylindrical-coordinate representation of color #2001AF: hue angle of 250.69º degrees, saturation: 0.99, 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 #2001AF is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 1 | 175 | - |
| CMYK | 0.82 | 0.99 | 0 | 0.31 |
| HSL | 250.69º | 0.99% | 0.35% | - |
| HSV(B) | 250.69º | 0.99% | 0.69% | - |
| XYZ | 8.34 | 3.42 | 40.78 | - |
| YUV | 30.11 | 209.77 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 1 | 175 | 0.82 | 0.99 | 0 | 0.31 | 250.69 | 0.99 | 0.35 |
| Hex | 20 | 1 | AF | 52 | 63 | 0 | 1F | FB | 63 | 23 |
| Octal | 40 | 1 | 257 | 122 | 143 | 0 | 37 | 373 | 143 | 43 |
| Binary | 100000 | 1 | 10101111 | 1010010 | 1100011 | 0 | 11111 | 11111011 | 1100011 | 100011 |
Color Harmonies of #2001AF
Complementary color
Monochromatic Colors of #2001AF
Black with #2001AF
Text Example
Text Example
White with #2001AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2001AF; }
p { color: rgb(32,1,175); }
H1.HeaderClassName
{
color: #2001AF;
}
.AnyTagClassName
{
color: #2001AF;
}
</style>
background-color css
<style>
a { background-color: #2001AF; }
a { background-color: rgb(32,1,175); }
div.DivClassName
{
background-color: #2001AF;
}
.BgClassName
{
background-color: #2001AF;
}
</style>
border-color css
<style>
span { border-color: #2001AF; }
span { border-color: rgb(32,1,175); }
td.TdClassName
{
border-color: #2001AF;
}
.TagClassName
{
border-color: #2001AF;
}
</style>