Shades of Ultramarine #280CAB
Tints of Ultramarine #280CAB
RGB
CMYK
RGB Variations
Color information
#280CAB (or 0x280CAB) is known color: Ultramarine. HEX triplet: 28, 0C and AB. RGB value is (40,12,171). Sum of RGB (Red+Green+Blue) = 40+12+171=223 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.94% from 223); Green value is 12 (5.08% from 255 or 5.38% from 223); Blue value is 171 (67.19% from 255 or 76.68% from 223); Max value from RGB is 171 - color contains mainly: blue. Hex color #280CAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280CAB is #D7F354. Grayscale: #252525. Windows color (decimal): -14152533 or 11209768. OLE color: 11209768.
HSL color Cylindrical-coordinate representation of color #280CAB: hue angle of 250.57º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #280CAB is Cyan = 0.77, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 12 | 171 | - |
| CMYK | 0.77 | 0.93 | 0 | 0.33 |
| HSL | 250.57º | 0.87% | 0.36% | - |
| HSV(B) | 250.57º | 0.93% | 0.67% | - |
| XYZ | 8.36 | 3.65 | 38.79 | - |
| YUV | 38.5 | 202.78 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 12 | 171 | 0.77 | 0.93 | 0 | 0.33 | 250.57 | 0.87 | 0.36 |
| Hex | 28 | C | AB | 4D | 5D | 0 | 21 | FB | 57 | 24 |
| Octal | 50 | 14 | 253 | 115 | 135 | 0 | 41 | 373 | 127 | 44 |
| Binary | 101000 | 1100 | 10101011 | 1001101 | 1011101 | 0 | 100001 | 11111011 | 1010111 | 100100 |
Color Harmonies of #280CAB
Complementary color
Monochromatic Colors of #280CAB
Black with #280CAB
Text Example
Text Example
White with #280CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280CAB; }
p { color: rgb(40,12,171); }
H1.HeaderClassName
{
color: #280CAB;
}
.AnyTagClassName
{
color: #280CAB;
}
</style>
background-color css
<style>
a { background-color: #280CAB; }
a { background-color: rgb(40,12,171); }
div.DivClassName
{
background-color: #280CAB;
}
.BgClassName
{
background-color: #280CAB;
}
</style>
border-color css
<style>
span { border-color: #280CAB; }
span { border-color: rgb(40,12,171); }
td.TdClassName
{
border-color: #280CAB;
}
.TagClassName
{
border-color: #280CAB;
}
</style>