Shades of Ultramarine #280199
Tints of Ultramarine #280199
RGB
CMYK
RGB Variations
Color information
#280199 (or 0x280199) is known color: Ultramarine. HEX triplet: 28, 01 and 99. RGB value is (40,1,153). Sum of RGB (Red+Green+Blue) = 40+1+153=194 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.62% from 194); Green value is 1 (0.78% from 255 or 0.52% from 194); Blue value is 153 (60.16% from 255 or 78.87% from 194); Max value from RGB is 153 - color contains mainly: blue. Hex color #280199 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280199 is #D7FE66. Grayscale: #1D1D1D. Windows color (decimal): -14155367 or 10027304. OLE color: 10027304.
HSL color Cylindrical-coordinate representation of color #280199: hue angle of 255.39º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #280199 is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 40 | 1 | 153 | - |
| CMYK | 0.74 | 0.99 | 0 | 0.4 |
| HSL | 255.39º | 0.99% | 0.3% | - |
| HSV(B) | 255.39º | 0.99% | 0.6% | - |
| XYZ | 6.64 | 2.77 | 30.32 | - |
| YUV | 29.99 | 197.42 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 1 | 153 | 0.74 | 0.99 | 0 | 0.4 | 255.39 | 0.99 | 0.3 |
| Hex | 28 | 1 | 99 | 4A | 63 | 0 | 28 | FF | 63 | 1E |
| Octal | 50 | 1 | 231 | 112 | 143 | 0 | 50 | 377 | 143 | 36 |
| Binary | 101000 | 1 | 10011001 | 1001010 | 1100011 | 0 | 101000 | 11111111 | 1100011 | 11110 |
Color Harmonies of #280199
Complementary color
Monochromatic Colors of #280199
Black with #280199
Text Example
Text Example
White with #280199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280199; }
p { color: rgb(40,1,153); }
H1.HeaderClassName
{
color: #280199;
}
.AnyTagClassName
{
color: #280199;
}
</style>
background-color css
<style>
a { background-color: #280199; }
a { background-color: rgb(40,1,153); }
div.DivClassName
{
background-color: #280199;
}
.BgClassName
{
background-color: #280199;
}
</style>
border-color css
<style>
span { border-color: #280199; }
span { border-color: rgb(40,1,153); }
td.TdClassName
{
border-color: #280199;
}
.TagClassName
{
border-color: #280199;
}
</style>