Shades of Ultramarine #280294
Tints of Ultramarine #280294
RGB
CMYK
RGB Variations
Color information
#280294 (or 0x280294) is known color: Ultramarine. HEX triplet: 28, 02 and 94. RGB value is (40,2,148). Sum of RGB (Red+Green+Blue) = 40+2+148=190 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.05% from 190); Green value is 2 (1.17% from 255 or 1.05% from 190); Blue value is 148 (58.20% from 255 or 77.89% from 190); Max value from RGB is 148 - color contains mainly: blue. Hex color #280294 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280294 is #D7FD6B. Grayscale: #1D1D1D. Windows color (decimal): -14155116 or 9699880. OLE color: 9699880.
HSL color Cylindrical-coordinate representation of color #280294: hue angle of 255.62º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #280294 is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 2 | 148 | - |
| CMYK | 0.73 | 0.99 | 0 | 0.42 |
| HSL | 255.62º | 0.97% | 0.29% | - |
| HSV(B) | 255.62º | 0.99% | 0.58% | - |
| XYZ | 6.24 | 2.63 | 28.2 | - |
| YUV | 30.01 | 194.59 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 2 | 148 | 0.73 | 0.99 | 0 | 0.42 | 255.62 | 0.97 | 0.29 |
| Hex | 28 | 2 | 94 | 49 | 63 | 0 | 2A | 100 | 61 | 1D |
| Octal | 50 | 2 | 224 | 111 | 143 | 0 | 52 | 400 | 141 | 35 |
| Binary | 101000 | 10 | 10010100 | 1001001 | 1100011 | 0 | 101010 | 100000000 | 1100001 | 11101 |
Color Harmonies of #280294
Complementary color
Monochromatic Colors of #280294
Black with #280294
Text Example
Text Example
White with #280294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280294; }
p { color: rgb(40,2,148); }
H1.HeaderClassName
{
color: #280294;
}
.AnyTagClassName
{
color: #280294;
}
</style>
background-color css
<style>
a { background-color: #280294; }
a { background-color: rgb(40,2,148); }
div.DivClassName
{
background-color: #280294;
}
.BgClassName
{
background-color: #280294;
}
</style>
border-color css
<style>
span { border-color: #280294; }
span { border-color: rgb(40,2,148); }
td.TdClassName
{
border-color: #280294;
}
.TagClassName
{
border-color: #280294;
}
</style>