Shades of Ultramarine #281D9F
Tints of Ultramarine #281D9F
RGB
CMYK
RGB Variations
Color information
#281D9F (or 0x281D9F) is known color: Ultramarine. HEX triplet: 28, 1D and 9F. RGB value is (40,29,159). Sum of RGB (Red+Green+Blue) = 40+29+159=228 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.54% from 228); Green value is 29 (11.72% from 255 or 12.72% from 228); Blue value is 159 (62.5% from 255 or 69.74% from 228); Max value from RGB is 159 - color contains mainly: blue. Hex color #281D9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #281D9F is #D7E260. Grayscale: #2E2E2E. Windows color (decimal): -14148193 or 10427688. OLE color: 10427688.
HSL color Cylindrical-coordinate representation of color #281D9F: hue angle of 245.08º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #281D9F is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 29 | 159 | - |
| CMYK | 0.75 | 0.82 | 0 | 0.38 |
| HSL | 245.08º | 0.69% | 0.37% | - |
| HSV(B) | 245.08º | 0.82% | 0.62% | - |
| XYZ | 7.57 | 3.83 | 33.14 | - |
| YUV | 47.11 | 191.14 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 29 | 159 | 0.75 | 0.82 | 0 | 0.38 | 245.08 | 0.69 | 0.37 |
| Hex | 28 | 1D | 9F | 4B | 52 | 0 | 26 | F5 | 45 | 25 |
| Octal | 50 | 35 | 237 | 113 | 122 | 0 | 46 | 365 | 105 | 45 |
| Binary | 101000 | 11101 | 10011111 | 1001011 | 1010010 | 0 | 100110 | 11110101 | 1000101 | 100101 |
Color Harmonies of #281D9F
Complementary color
Monochromatic Colors of #281D9F
Black with #281D9F
Text Example
Text Example
White with #281D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281D9F; }
p { color: rgb(40,29,159); }
H1.HeaderClassName
{
color: #281D9F;
}
.AnyTagClassName
{
color: #281D9F;
}
</style>
background-color css
<style>
a { background-color: #281D9F; }
a { background-color: rgb(40,29,159); }
div.DivClassName
{
background-color: #281D9F;
}
.BgClassName
{
background-color: #281D9F;
}
</style>
border-color css
<style>
span { border-color: #281D9F; }
span { border-color: rgb(40,29,159); }
td.TdClassName
{
border-color: #281D9F;
}
.TagClassName
{
border-color: #281D9F;
}
</style>