Shades of Ultramarine #280D94
Tints of Ultramarine #280D94
RGB
CMYK
RGB Variations
Color information
#280D94 (or 0x280D94) is known color: Ultramarine. HEX triplet: 28, 0D and 94. RGB value is (40,13,148). Sum of RGB (Red+Green+Blue) = 40+13+148=201 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.90% from 201); Green value is 13 (5.47% from 255 or 6.47% from 201); Blue value is 148 (58.20% from 255 or 73.63% from 201); Max value from RGB is 148 - color contains mainly: blue. Hex color #280D94 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280D94 is #D7F26B. Grayscale: #232323. Windows color (decimal): -14152300 or 9702696. OLE color: 9702696.
HSL color Cylindrical-coordinate representation of color #280D94: hue angle of 252º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #280D94 is Cyan = 0.73, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 13 | 148 | - |
| CMYK | 0.73 | 0.91 | 0 | 0.42 |
| HSL | 252º | 0.84% | 0.32% | - |
| HSV(B) | 252º | 0.91% | 0.58% | - |
| XYZ | 6.36 | 2.88 | 28.24 | - |
| YUV | 36.46 | 190.95 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 13 | 148 | 0.73 | 0.91 | 0 | 0.42 | 252 | 0.84 | 0.32 |
| Hex | 28 | D | 94 | 49 | 5B | 0 | 2A | FC | 54 | 20 |
| Octal | 50 | 15 | 224 | 111 | 133 | 0 | 52 | 374 | 124 | 40 |
| Binary | 101000 | 1101 | 10010100 | 1001001 | 1011011 | 0 | 101010 | 11111100 | 1010100 | 100000 |
Color Harmonies of #280D94
Complementary color
Monochromatic Colors of #280D94
Black with #280D94
Text Example
Text Example
White with #280D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280D94; }
p { color: rgb(40,13,148); }
H1.HeaderClassName
{
color: #280D94;
}
.AnyTagClassName
{
color: #280D94;
}
</style>
background-color css
<style>
a { background-color: #280D94; }
a { background-color: rgb(40,13,148); }
div.DivClassName
{
background-color: #280D94;
}
.BgClassName
{
background-color: #280D94;
}
</style>
border-color css
<style>
span { border-color: #280D94; }
span { border-color: rgb(40,13,148); }
td.TdClassName
{
border-color: #280D94;
}
.TagClassName
{
border-color: #280D94;
}
</style>