Shades of Ultramarine #280C9C
Tints of Ultramarine #280C9C
RGB
CMYK
RGB Variations
Color information
#280C9C (or 0x280C9C) is known color: Ultramarine. HEX triplet: 28, 0C and 9C. RGB value is (40,12,156). Sum of RGB (Red+Green+Blue) = 40+12+156=208 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.23% from 208); Green value is 12 (5.08% from 255 or 5.77% from 208); Blue value is 156 (61.33% from 255 or 75% from 208); Max value from RGB is 156 - color contains mainly: blue. Hex color #280C9C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280C9C is #D7F363. Grayscale: #242424. Windows color (decimal): -14152548 or 10226728. OLE color: 10226728.
HSL color Cylindrical-coordinate representation of color #280C9C: hue angle of 251.67º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #280C9C is Cyan = 0.74, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 12 | 156 | - |
| CMYK | 0.74 | 0.92 | 0 | 0.39 |
| HSL | 251.67º | 0.86% | 0.33% | - |
| HSV(B) | 251.67º | 0.92% | 0.61% | - |
| XYZ | 7.01 | 3.11 | 31.68 | - |
| YUV | 36.79 | 195.28 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 12 | 156 | 0.74 | 0.92 | 0 | 0.39 | 251.67 | 0.86 | 0.33 |
| Hex | 28 | C | 9C | 4A | 5C | 0 | 27 | FC | 56 | 21 |
| Octal | 50 | 14 | 234 | 112 | 134 | 0 | 47 | 374 | 126 | 41 |
| Binary | 101000 | 1100 | 10011100 | 1001010 | 1011100 | 0 | 100111 | 11111100 | 1010110 | 100001 |
Color Harmonies of #280C9C
Complementary color
Monochromatic Colors of #280C9C
Black with #280C9C
Text Example
Text Example
White with #280C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280C9C; }
p { color: rgb(40,12,156); }
H1.HeaderClassName
{
color: #280C9C;
}
.AnyTagClassName
{
color: #280C9C;
}
</style>
background-color css
<style>
a { background-color: #280C9C; }
a { background-color: rgb(40,12,156); }
div.DivClassName
{
background-color: #280C9C;
}
.BgClassName
{
background-color: #280C9C;
}
</style>
border-color css
<style>
span { border-color: #280C9C; }
span { border-color: rgb(40,12,156); }
td.TdClassName
{
border-color: #280C9C;
}
.TagClassName
{
border-color: #280C9C;
}
</style>