Shades of Ultramarine #2814AC
Tints of Ultramarine #2814AC
RGB
CMYK
RGB Variations
Color information
#2814AC (or 0x2814AC) is known color: Ultramarine. HEX triplet: 28, 14 and AC. RGB value is (40,20,172). Sum of RGB (Red+Green+Blue) = 40+20+172=232 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.24% from 232); Green value is 20 (8.20% from 255 or 8.62% from 232); Blue value is 172 (67.58% from 255 or 74.14% from 232); Max value from RGB is 172 - color contains mainly: blue. Hex color #2814AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2814AC is #D7EB53. Grayscale: #2A2A2A. Windows color (decimal): -14150484 or 11277352. OLE color: 11277352.
HSL color Cylindrical-coordinate representation of color #2814AC: hue angle of 247.89º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2814AC is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 20 | 172 | - |
| CMYK | 0.77 | 0.88 | 0 | 0.33 |
| HSL | 247.89º | 0.79% | 0.38% | - |
| HSV(B) | 247.89º | 0.88% | 0.67% | - |
| XYZ | 8.57 | 3.93 | 39.34 | - |
| YUV | 43.31 | 200.63 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 20 | 172 | 0.77 | 0.88 | 0 | 0.33 | 247.89 | 0.79 | 0.38 |
| Hex | 28 | 14 | AC | 4D | 58 | 0 | 21 | F8 | 4F | 26 |
| Octal | 50 | 24 | 254 | 115 | 130 | 0 | 41 | 370 | 117 | 46 |
| Binary | 101000 | 10100 | 10101100 | 1001101 | 1011000 | 0 | 100001 | 11111000 | 1001111 | 100110 |
Color Harmonies of #2814AC
Complementary color
Monochromatic Colors of #2814AC
Black with #2814AC
Text Example
Text Example
White with #2814AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2814AC; }
p { color: rgb(40,20,172); }
H1.HeaderClassName
{
color: #2814AC;
}
.AnyTagClassName
{
color: #2814AC;
}
</style>
background-color css
<style>
a { background-color: #2814AC; }
a { background-color: rgb(40,20,172); }
div.DivClassName
{
background-color: #2814AC;
}
.BgClassName
{
background-color: #2814AC;
}
</style>
border-color css
<style>
span { border-color: #2814AC; }
span { border-color: rgb(40,20,172); }
td.TdClassName
{
border-color: #2814AC;
}
.TagClassName
{
border-color: #2814AC;
}
</style>