Shades of Ultramarine #2807AD
Tints of Ultramarine #2807AD
RGB
CMYK
RGB Variations
Color information
#2807AD (or 0x2807AD) is known color: Ultramarine. HEX triplet: 28, 07 and AD. RGB value is (40,7,173). Sum of RGB (Red+Green+Blue) = 40+7+173=220 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.18% from 220); Green value is 7 (3.12% from 255 or 3.18% from 220); Blue value is 173 (67.97% from 255 or 78.64% from 220); Max value from RGB is 173 - color contains mainly: blue. Hex color #2807AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2807AD is #D7F852. Grayscale: #232323. Windows color (decimal): -14153811 or 11339560. OLE color: 11339560.
HSL color Cylindrical-coordinate representation of color #2807AD: hue angle of 251.93º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2807AD is Cyan = 0.77, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 40 | 7 | 173 | - |
| CMYK | 0.77 | 0.96 | 0 | 0.32 |
| HSL | 251.93º | 0.92% | 0.35% | - |
| HSV(B) | 251.93º | 0.96% | 0.68% | - |
| XYZ | 8.49 | 3.62 | 39.79 | - |
| YUV | 35.79 | 205.43 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 7 | 173 | 0.77 | 0.96 | 0 | 0.32 | 251.93 | 0.92 | 0.35 |
| Hex | 28 | 7 | AD | 4D | 60 | 0 | 20 | FC | 5C | 23 |
| Octal | 50 | 7 | 255 | 115 | 140 | 0 | 40 | 374 | 134 | 43 |
| Binary | 101000 | 111 | 10101101 | 1001101 | 1100000 | 0 | 100000 | 11111100 | 1011100 | 100011 |
Color Harmonies of #2807AD
Complementary color
Monochromatic Colors of #2807AD
Black with #2807AD
Text Example
Text Example
White with #2807AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2807AD; }
p { color: rgb(40,7,173); }
H1.HeaderClassName
{
color: #2807AD;
}
.AnyTagClassName
{
color: #2807AD;
}
</style>
background-color css
<style>
a { background-color: #2807AD; }
a { background-color: rgb(40,7,173); }
div.DivClassName
{
background-color: #2807AD;
}
.BgClassName
{
background-color: #2807AD;
}
</style>
border-color css
<style>
span { border-color: #2807AD; }
span { border-color: rgb(40,7,173); }
td.TdClassName
{
border-color: #2807AD;
}
.TagClassName
{
border-color: #2807AD;
}
</style>