Shades of Ultramarine #2801AF
Tints of Ultramarine #2801AF
RGB
CMYK
RGB Variations
Color information
#2801AF (or 0x2801AF) is known color: Ultramarine. HEX triplet: 28, 01 and AF. RGB value is (40,1,175). Sum of RGB (Red+Green+Blue) = 40+1+175=216 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.52% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 175 (68.75% from 255 or 81.02% from 216); Max value from RGB is 175 - color contains mainly: blue. Hex color #2801AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2801AF is #D7FE50. Grayscale: #1F1F1F. Windows color (decimal): -14155345 or 11469096. OLE color: 11469096.
HSL color Cylindrical-coordinate representation of color #2801AF: hue angle of 253.45º 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 #2801AF is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 1 | 175 | - |
| CMYK | 0.77 | 0.99 | 0 | 0.31 |
| HSL | 253.45º | 0.99% | 0.35% | - |
| HSV(B) | 253.45º | 0.99% | 0.69% | - |
| XYZ | 8.62 | 3.57 | 40.79 | - |
| YUV | 32.5 | 208.42 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 1 | 175 | 0.77 | 0.99 | 0 | 0.31 | 253.45 | 0.99 | 0.35 |
| Hex | 28 | 1 | AF | 4D | 63 | 0 | 1F | FD | 63 | 23 |
| Octal | 50 | 1 | 257 | 115 | 143 | 0 | 37 | 375 | 143 | 43 |
| Binary | 101000 | 1 | 10101111 | 1001101 | 1100011 | 0 | 11111 | 11111101 | 1100011 | 100011 |
Color Harmonies of #2801AF
Complementary color
Monochromatic Colors of #2801AF
Black with #2801AF
Text Example
Text Example
White with #2801AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2801AF; }
p { color: rgb(40,1,175); }
H1.HeaderClassName
{
color: #2801AF;
}
.AnyTagClassName
{
color: #2801AF;
}
</style>
background-color css
<style>
a { background-color: #2801AF; }
a { background-color: rgb(40,1,175); }
div.DivClassName
{
background-color: #2801AF;
}
.BgClassName
{
background-color: #2801AF;
}
</style>
border-color css
<style>
span { border-color: #2801AF; }
span { border-color: rgb(40,1,175); }
td.TdClassName
{
border-color: #2801AF;
}
.TagClassName
{
border-color: #2801AF;
}
</style>