Shades of Ultramarine #280DAA
Tints of Ultramarine #280DAA
RGB
CMYK
RGB Variations
Color information
#280DAA (or 0x280DAA) is known color: Ultramarine. HEX triplet: 28, 0D and AA. RGB value is (40,13,170). Sum of RGB (Red+Green+Blue) = 40+13+170=223 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.94% from 223); Green value is 13 (5.47% from 255 or 5.83% from 223); Blue value is 170 (66.80% from 255 or 76.23% from 223); Max value from RGB is 170 - color contains mainly: blue. Hex color #280DAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280DAA is #D7F255. Grayscale: #262626. Windows color (decimal): -14152278 or 11144488. OLE color: 11144488.
HSL color Cylindrical-coordinate representation of color #280DAA: hue angle of 250.32º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #280DAA is Cyan = 0.76, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 13 | 170 | - |
| CMYK | 0.76 | 0.92 | 0 | 0.33 |
| HSL | 250.32º | 0.86% | 0.36% | - |
| HSV(B) | 250.32º | 0.92% | 0.67% | - |
| XYZ | 8.27 | 3.64 | 38.3 | - |
| YUV | 38.97 | 201.95 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 13 | 170 | 0.76 | 0.92 | 0 | 0.33 | 250.32 | 0.86 | 0.36 |
| Hex | 28 | D | AA | 4C | 5C | 0 | 21 | FA | 56 | 24 |
| Octal | 50 | 15 | 252 | 114 | 134 | 0 | 41 | 372 | 126 | 44 |
| Binary | 101000 | 1101 | 10101010 | 1001100 | 1011100 | 0 | 100001 | 11111010 | 1010110 | 100100 |
Color Harmonies of #280DAA
Complementary color
Monochromatic Colors of #280DAA
Black with #280DAA
Text Example
Text Example
White with #280DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280DAA; }
p { color: rgb(40,13,170); }
H1.HeaderClassName
{
color: #280DAA;
}
.AnyTagClassName
{
color: #280DAA;
}
</style>
background-color css
<style>
a { background-color: #280DAA; }
a { background-color: rgb(40,13,170); }
div.DivClassName
{
background-color: #280DAA;
}
.BgClassName
{
background-color: #280DAA;
}
</style>
border-color css
<style>
span { border-color: #280DAA; }
span { border-color: rgb(40,13,170); }
td.TdClassName
{
border-color: #280DAA;
}
.TagClassName
{
border-color: #280DAA;
}
</style>