Shades of Ultramarine #281299
Tints of Ultramarine #281299
RGB
CMYK
RGB Variations
Color information
#281299 (or 0x281299) is known color: Ultramarine. HEX triplet: 28, 12 and 99. RGB value is (40,18,153). Sum of RGB (Red+Green+Blue) = 40+18+153=211 (27% of max value = 765). Red value is 40 (16.02% from 255 or 18.96% from 211); Green value is 18 (7.42% from 255 or 8.53% from 211); Blue value is 153 (60.16% from 255 or 72.51% from 211); Max value from RGB is 153 - color contains mainly: blue. Hex color #281299 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #281299 is #D7ED66. Grayscale: #272727. Windows color (decimal): -14151015 or 10031656. OLE color: 10031656.
HSL color Cylindrical-coordinate representation of color #281299: hue angle of 249.78º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #281299 is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 40 | 18 | 153 | - |
| CMYK | 0.74 | 0.88 | 0 | 0.4 |
| HSL | 249.78º | 0.79% | 0.34% | - |
| HSV(B) | 249.78º | 0.88% | 0.6% | - |
| XYZ | 6.84 | 3.18 | 30.39 | - |
| YUV | 39.97 | 191.79 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 18 | 153 | 0.74 | 0.88 | 0 | 0.4 | 249.78 | 0.79 | 0.34 |
| Hex | 28 | 12 | 99 | 4A | 58 | 0 | 28 | FA | 4F | 22 |
| Octal | 50 | 22 | 231 | 112 | 130 | 0 | 50 | 372 | 117 | 42 |
| Binary | 101000 | 10010 | 10011001 | 1001010 | 1011000 | 0 | 101000 | 11111010 | 1001111 | 100010 |
Color Harmonies of #281299
Complementary color
Monochromatic Colors of #281299
Black with #281299
Text Example
Text Example
White with #281299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281299; }
p { color: rgb(40,18,153); }
H1.HeaderClassName
{
color: #281299;
}
.AnyTagClassName
{
color: #281299;
}
</style>
background-color css
<style>
a { background-color: #281299; }
a { background-color: rgb(40,18,153); }
div.DivClassName
{
background-color: #281299;
}
.BgClassName
{
background-color: #281299;
}
</style>
border-color css
<style>
span { border-color: #281299; }
span { border-color: rgb(40,18,153); }
td.TdClassName
{
border-color: #281299;
}
.TagClassName
{
border-color: #281299;
}
</style>