Shades of Ultramarine #280698
Tints of Ultramarine #280698
RGB
CMYK
RGB Variations
Color information
#280698 (or 0x280698) is known color: Ultramarine. HEX triplet: 28, 06 and 98. RGB value is (40,6,152). Sum of RGB (Red+Green+Blue) = 40+6+152=198 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.20% from 198); Green value is 6 (2.73% from 255 or 3.03% from 198); Blue value is 152 (59.77% from 255 or 76.77% from 198); Max value from RGB is 152 - color contains mainly: blue. Hex color #280698 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280698 is #D7F967. Grayscale: #202020. Windows color (decimal): -14154088 or 9963048. OLE color: 9963048.
HSL color Cylindrical-coordinate representation of color #280698: hue angle of 253.97º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #280698 is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 6 | 152 | - |
| CMYK | 0.74 | 0.96 | 0 | 0.40 |
| HSL | 253.97º | 0.92% | 0.31% | - |
| HSV(B) | 253.97º | 0.96% | 0.6% | - |
| XYZ | 6.61 | 2.85 | 29.91 | - |
| YUV | 32.81 | 195.26 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 6 | 152 | 0.74 | 0.96 | 0 | 0.40 | 253.97 | 0.92 | 0.31 |
| Hex | 28 | 6 | 98 | 4A | 60 | 0 | 28 | FE | 5C | 1F |
| Octal | 50 | 6 | 230 | 112 | 140 | 0 | 50 | 376 | 134 | 37 |
| Binary | 101000 | 110 | 10011000 | 1001010 | 1100000 | 0 | 101000 | 11111110 | 1011100 | 11111 |
Color Harmonies of #280698
Complementary color
Monochromatic Colors of #280698
Black with #280698
Text Example
Text Example
White with #280698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280698; }
p { color: rgb(40,6,152); }
H1.HeaderClassName
{
color: #280698;
}
.AnyTagClassName
{
color: #280698;
}
</style>
background-color css
<style>
a { background-color: #280698; }
a { background-color: rgb(40,6,152); }
div.DivClassName
{
background-color: #280698;
}
.BgClassName
{
background-color: #280698;
}
</style>
border-color css
<style>
span { border-color: #280698; }
span { border-color: rgb(40,6,152); }
td.TdClassName
{
border-color: #280698;
}
.TagClassName
{
border-color: #280698;
}
</style>