Shades of Ultramarine #281F99
Tints of Ultramarine #281F99
RGB
CMYK
RGB Variations
Color information
#281F99 (or 0x281F99) is known color: Ultramarine. HEX triplet: 28, 1F and 99. RGB value is (40,31,153). Sum of RGB (Red+Green+Blue) = 40+31+153=224 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.86% from 224); Green value is 31 (12.5% from 255 or 13.84% from 224); Blue value is 153 (60.16% from 255 or 68.30% from 224); Max value from RGB is 153 - color contains mainly: blue. Hex color #281F99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #281F99 is #D7E066. Grayscale: #2F2F2F. Windows color (decimal): -14147687 or 10034984. OLE color: 10034984.
HSL color Cylindrical-coordinate representation of color #281F99: hue angle of 244.43º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #281F99 is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 40 | 31 | 153 | - |
| CMYK | 0.74 | 0.80 | 0 | 0.4 |
| HSL | 244.43º | 0.66% | 0.36% | - |
| HSV(B) | 244.43º | 0.8% | 0.6% | - |
| XYZ | 7.11 | 3.73 | 30.48 | - |
| YUV | 47.6 | 187.48 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 31 | 153 | 0.74 | 0.80 | 0 | 0.4 | 244.43 | 0.66 | 0.36 |
| Hex | 28 | 1F | 99 | 4A | 50 | 0 | 28 | F4 | 42 | 24 |
| Octal | 50 | 37 | 231 | 112 | 120 | 0 | 50 | 364 | 102 | 44 |
| Binary | 101000 | 11111 | 10011001 | 1001010 | 1010000 | 0 | 101000 | 11110100 | 1000010 | 100100 |
Color Harmonies of #281F99
Complementary color
Monochromatic Colors of #281F99
Black with #281F99
Text Example
Text Example
White with #281F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281F99; }
p { color: rgb(40,31,153); }
H1.HeaderClassName
{
color: #281F99;
}
.AnyTagClassName
{
color: #281F99;
}
</style>
background-color css
<style>
a { background-color: #281F99; }
a { background-color: rgb(40,31,153); }
div.DivClassName
{
background-color: #281F99;
}
.BgClassName
{
background-color: #281F99;
}
</style>
border-color css
<style>
span { border-color: #281F99; }
span { border-color: rgb(40,31,153); }
td.TdClassName
{
border-color: #281F99;
}
.TagClassName
{
border-color: #281F99;
}
</style>