Shades of Ultramarine #280DB0
Tints of Ultramarine #280DB0
RGB
CMYK
RGB Variations
Color information
#280DB0 (or 0x280DB0) is known color: Ultramarine. HEX triplet: 28, 0D and B0. RGB value is (40,13,176). Sum of RGB (Red+Green+Blue) = 40+13+176=229 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.47% from 229); Green value is 13 (5.47% from 255 or 5.68% from 229); Blue value is 176 (69.14% from 255 or 76.86% from 229); Max value from RGB is 176 - color contains mainly: blue. Hex color #280DB0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280DB0 is #D7F24F. Grayscale: #272727. Windows color (decimal): -14152272 or 11537704. OLE color: 11537704.
HSL color Cylindrical-coordinate representation of color #280DB0: hue angle of 249.94º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #280DB0 is Cyan = 0.77, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 13 | 176 | - |
| CMYK | 0.77 | 0.93 | 0 | 0.31 |
| HSL | 249.94º | 0.86% | 0.37% | - |
| HSV(B) | 249.94º | 0.93% | 0.69% | - |
| XYZ | 8.86 | 3.87 | 41.36 | - |
| YUV | 39.66 | 204.95 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 13 | 176 | 0.77 | 0.93 | 0 | 0.31 | 249.94 | 0.86 | 0.37 |
| Hex | 28 | D | B0 | 4D | 5D | 0 | 1F | FA | 56 | 25 |
| Octal | 50 | 15 | 260 | 115 | 135 | 0 | 37 | 372 | 126 | 45 |
| Binary | 101000 | 1101 | 10110000 | 1001101 | 1011101 | 0 | 11111 | 11111010 | 1010110 | 100101 |
Color Harmonies of #280DB0
Complementary color
Monochromatic Colors of #280DB0
Black with #280DB0
Text Example
Text Example
White with #280DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280DB0; }
p { color: rgb(40,13,176); }
H1.HeaderClassName
{
color: #280DB0;
}
.AnyTagClassName
{
color: #280DB0;
}
</style>
background-color css
<style>
a { background-color: #280DB0; }
a { background-color: rgb(40,13,176); }
div.DivClassName
{
background-color: #280DB0;
}
.BgClassName
{
background-color: #280DB0;
}
</style>
border-color css
<style>
span { border-color: #280DB0; }
span { border-color: rgb(40,13,176); }
td.TdClassName
{
border-color: #280DB0;
}
.TagClassName
{
border-color: #280DB0;
}
</style>