Shades of Ultramarine #2804A6
Tints of Ultramarine #2804A6
RGB
CMYK
RGB Variations
Color information
#2804A6 (or 0x2804A6) is known color: Ultramarine. HEX triplet: 28, 04 and A6. RGB value is (40,4,166). Sum of RGB (Red+Green+Blue) = 40+4+166=210 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.05% from 210); Green value is 4 (1.95% from 255 or 1.90% from 210); Blue value is 166 (65.23% from 255 or 79.05% from 210); Max value from RGB is 166 - color contains mainly: blue. Hex color #2804A6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2804A6 is #D7FB59. Grayscale: #202020. Windows color (decimal): -14154586 or 10880040. OLE color: 10880040.
HSL color Cylindrical-coordinate representation of color #2804A6: hue angle of 253.33º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2804A6 is Cyan = 0.76, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 4 | 166 | - |
| CMYK | 0.76 | 0.98 | 0 | 0.35 |
| HSL | 253.33º | 0.95% | 0.33% | - |
| HSV(B) | 253.33º | 0.98% | 0.65% | - |
| XYZ | 7.8 | 3.29 | 36.3 | - |
| YUV | 33.23 | 202.93 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 4 | 166 | 0.76 | 0.98 | 0 | 0.35 | 253.33 | 0.95 | 0.33 |
| Hex | 28 | 4 | A6 | 4C | 62 | 0 | 23 | FD | 5F | 21 |
| Octal | 50 | 4 | 246 | 114 | 142 | 0 | 43 | 375 | 137 | 41 |
| Binary | 101000 | 100 | 10100110 | 1001100 | 1100010 | 0 | 100011 | 11111101 | 1011111 | 100001 |
Color Harmonies of #2804A6
Complementary color
Monochromatic Colors of #2804A6
Black with #2804A6
Text Example
Text Example
White with #2804A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2804A6; }
p { color: rgb(40,4,166); }
H1.HeaderClassName
{
color: #2804A6;
}
.AnyTagClassName
{
color: #2804A6;
}
</style>
background-color css
<style>
a { background-color: #2804A6; }
a { background-color: rgb(40,4,166); }
div.DivClassName
{
background-color: #2804A6;
}
.BgClassName
{
background-color: #2804A6;
}
</style>
border-color css
<style>
span { border-color: #2804A6; }
span { border-color: rgb(40,4,166); }
td.TdClassName
{
border-color: #2804A6;
}
.TagClassName
{
border-color: #2804A6;
}
</style>