Shades of Ultramarine #280DB6
Tints of Ultramarine #280DB6
RGB
CMYK
RGB Variations
Color information
#280DB6 (or 0x280DB6) is known color: Ultramarine. HEX triplet: 28, 0D and B6. RGB value is (40,13,182). Sum of RGB (Red+Green+Blue) = 40+13+182=235 (31% of max value = 765). Red value is 40 (16.02% from 255 or 17.02% from 235); Green value is 13 (5.47% from 255 or 5.53% from 235); Blue value is 182 (71.48% from 255 or 77.45% from 235); Max value from RGB is 182 - color contains mainly: blue. Hex color #280DB6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #280DB6 is #D7F249. Grayscale: #272727. Windows color (decimal): -14152266 or 11930920. OLE color: 11930920.
HSL color Cylindrical-coordinate representation of color #280DB6: hue angle of 249.59º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #280DB6 is Cyan = 0.78, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 40 | 13 | 182 | - |
| CMYK | 0.78 | 0.93 | 0 | 0.29 |
| HSL | 249.59º | 0.87% | 0.38% | - |
| HSV(B) | 249.59º | 0.93% | 0.71% | - |
| XYZ | 9.46 | 4.12 | 44.55 | - |
| YUV | 40.34 | 207.95 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 13 | 182 | 0.78 | 0.93 | 0 | 0.29 | 249.59 | 0.87 | 0.38 |
| Hex | 28 | D | B6 | 4E | 5D | 0 | 1D | FA | 57 | 26 |
| Octal | 50 | 15 | 266 | 116 | 135 | 0 | 35 | 372 | 127 | 46 |
| Binary | 101000 | 1101 | 10110110 | 1001110 | 1011101 | 0 | 11101 | 11111010 | 1010111 | 100110 |
Color Harmonies of #280DB6
Complementary color
Monochromatic Colors of #280DB6
Black with #280DB6
Text Example
Text Example
White with #280DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280DB6; }
p { color: rgb(40,13,182); }
H1.HeaderClassName
{
color: #280DB6;
}
.AnyTagClassName
{
color: #280DB6;
}
</style>
background-color css
<style>
a { background-color: #280DB6; }
a { background-color: rgb(40,13,182); }
div.DivClassName
{
background-color: #280DB6;
}
.BgClassName
{
background-color: #280DB6;
}
</style>
border-color css
<style>
span { border-color: #280DB6; }
span { border-color: rgb(40,13,182); }
td.TdClassName
{
border-color: #280DB6;
}
.TagClassName
{
border-color: #280DB6;
}
</style>