Shades of Ultramarine #2814AB
Tints of Ultramarine #2814AB
RGB
CMYK
RGB Variations
Color information
#2814AB (or 0x2814AB) is known color: Ultramarine. HEX triplet: 28, 14 and AB. RGB value is (40,20,171). Sum of RGB (Red+Green+Blue) = 40+20+171=231 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.32% from 231); Green value is 20 (8.20% from 255 or 8.66% from 231); Blue value is 171 (67.19% from 255 or 74.03% from 231); Max value from RGB is 171 - color contains mainly: blue. Hex color #2814AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2814AB is #D7EB54. Grayscale: #2A2A2A. Windows color (decimal): -14150485 or 11211816. OLE color: 11211816.
HSL color Cylindrical-coordinate representation of color #2814AB: hue angle of 247.95º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2814AB is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 20 | 171 | - |
| CMYK | 0.77 | 0.88 | 0 | 0.33 |
| HSL | 247.95º | 0.79% | 0.37% | - |
| HSV(B) | 247.95º | 0.88% | 0.67% | - |
| XYZ | 8.48 | 3.89 | 38.83 | - |
| YUV | 43.19 | 200.13 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 20 | 171 | 0.77 | 0.88 | 0 | 0.33 | 247.95 | 0.79 | 0.37 |
| Hex | 28 | 14 | AB | 4D | 58 | 0 | 21 | F8 | 4F | 25 |
| Octal | 50 | 24 | 253 | 115 | 130 | 0 | 41 | 370 | 117 | 45 |
| Binary | 101000 | 10100 | 10101011 | 1001101 | 1011000 | 0 | 100001 | 11111000 | 1001111 | 100101 |
Color Harmonies of #2814AB
Complementary color
Monochromatic Colors of #2814AB
Black with #2814AB
Text Example
Text Example
White with #2814AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2814AB; }
p { color: rgb(40,20,171); }
H1.HeaderClassName
{
color: #2814AB;
}
.AnyTagClassName
{
color: #2814AB;
}
</style>
background-color css
<style>
a { background-color: #2814AB; }
a { background-color: rgb(40,20,171); }
div.DivClassName
{
background-color: #2814AB;
}
.BgClassName
{
background-color: #2814AB;
}
</style>
border-color css
<style>
span { border-color: #2814AB; }
span { border-color: rgb(40,20,171); }
td.TdClassName
{
border-color: #2814AB;
}
.TagClassName
{
border-color: #2814AB;
}
</style>