Shades of Ultramarine #281B99
Tints of Ultramarine #281B99
RGB
CMYK
RGB Variations
Color information
#281B99 (or 0x281B99) is known color: Ultramarine. HEX triplet: 28, 1B and 99. RGB value is (40,27,153). Sum of RGB (Red+Green+Blue) = 40+27+153=220 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.18% from 220); Green value is 27 (10.94% from 255 or 12.27% from 220); Blue value is 153 (60.16% from 255 or 69.55% from 220); Max value from RGB is 153 - color contains mainly: blue. Hex color #281B99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #281B99 is #D7E466. Grayscale: #2C2C2C. Windows color (decimal): -14148711 or 10033960. OLE color: 10033960.
HSL color Cylindrical-coordinate representation of color #281B99: hue angle of 246.19º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #281B99 is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 40 | 27 | 153 | - |
| CMYK | 0.74 | 0.82 | 0 | 0.4 |
| HSL | 246.19º | 0.7% | 0.35% | - |
| HSV(B) | 246.19º | 0.82% | 0.6% | - |
| XYZ | 7.02 | 3.53 | 30.45 | - |
| YUV | 45.25 | 188.81 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 27 | 153 | 0.74 | 0.82 | 0 | 0.4 | 246.19 | 0.7 | 0.35 |
| Hex | 28 | 1B | 99 | 4A | 52 | 0 | 28 | F6 | 46 | 23 |
| Octal | 50 | 33 | 231 | 112 | 122 | 0 | 50 | 366 | 106 | 43 |
| Binary | 101000 | 11011 | 10011001 | 1001010 | 1010010 | 0 | 101000 | 11110110 | 1000110 | 100011 |
Color Harmonies of #281B99
Complementary color
Monochromatic Colors of #281B99
Black with #281B99
Text Example
Text Example
White with #281B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281B99; }
p { color: rgb(40,27,153); }
H1.HeaderClassName
{
color: #281B99;
}
.AnyTagClassName
{
color: #281B99;
}
</style>
background-color css
<style>
a { background-color: #281B99; }
a { background-color: rgb(40,27,153); }
div.DivClassName
{
background-color: #281B99;
}
.BgClassName
{
background-color: #281B99;
}
</style>
border-color css
<style>
span { border-color: #281B99; }
span { border-color: rgb(40,27,153); }
td.TdClassName
{
border-color: #281B99;
}
.TagClassName
{
border-color: #281B99;
}
</style>