Shades of Ultramarine #280CAF
Tints of Ultramarine #280CAF
RGB
CMYK
RGB Variations
Color information
#280CAF (or 0x280CAF) is known color: Ultramarine. HEX triplet: 28, 0C and AF. RGB value is (40,12,175). Sum of RGB (Red+Green+Blue) = 40+12+175=227 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.62% from 227); Green value is 12 (5.08% from 255 or 5.29% from 227); Blue value is 175 (68.75% from 255 or 77.09% from 227); Max value from RGB is 175 - color contains mainly: blue. Hex color #280CAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280CAF is #D7F350. Grayscale: #262626. Windows color (decimal): -14152529 or 11471912. OLE color: 11471912.
HSL color Cylindrical-coordinate representation of color #280CAF: hue angle of 250.31º degrees, saturation: 0.87, 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 #280CAF is Cyan = 0.77, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 12 | 175 | - |
| CMYK | 0.77 | 0.93 | 0 | 0.31 |
| HSL | 250.31º | 0.87% | 0.37% | - |
| HSV(B) | 250.31º | 0.93% | 0.69% | - |
| XYZ | 8.74 | 3.81 | 40.83 | - |
| YUV | 38.95 | 204.78 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 12 | 175 | 0.77 | 0.93 | 0 | 0.31 | 250.31 | 0.87 | 0.37 |
| Hex | 28 | C | AF | 4D | 5D | 0 | 1F | FA | 57 | 25 |
| Octal | 50 | 14 | 257 | 115 | 135 | 0 | 37 | 372 | 127 | 45 |
| Binary | 101000 | 1100 | 10101111 | 1001101 | 1011101 | 0 | 11111 | 11111010 | 1010111 | 100101 |
Color Harmonies of #280CAF
Complementary color
Monochromatic Colors of #280CAF
Black with #280CAF
Text Example
Text Example
White with #280CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280CAF; }
p { color: rgb(40,12,175); }
H1.HeaderClassName
{
color: #280CAF;
}
.AnyTagClassName
{
color: #280CAF;
}
</style>
background-color css
<style>
a { background-color: #280CAF; }
a { background-color: rgb(40,12,175); }
div.DivClassName
{
background-color: #280CAF;
}
.BgClassName
{
background-color: #280CAF;
}
</style>
border-color css
<style>
span { border-color: #280CAF; }
span { border-color: rgb(40,12,175); }
td.TdClassName
{
border-color: #280CAF;
}
.TagClassName
{
border-color: #280CAF;
}
</style>