Shades of Ultramarine #281E9A
Tints of Ultramarine #281E9A
RGB
CMYK
RGB Variations
Color information
#281E9A (or 0x281E9A) is known color: Ultramarine. HEX triplet: 28, 1E and 9A. RGB value is (40,30,154). Sum of RGB (Red+Green+Blue) = 40+30+154=224 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.86% from 224); Green value is 30 (12.11% from 255 or 13.39% from 224); Blue value is 154 (60.55% from 255 or 68.75% from 224); Max value from RGB is 154 - color contains mainly: blue. Hex color #281E9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #281E9A is #D7E165. Grayscale: #2E2E2E. Windows color (decimal): -14147942 or 10100264. OLE color: 10100264.
HSL color Cylindrical-coordinate representation of color #281E9A: hue angle of 244.84º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #281E9A is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 30 | 154 | - |
| CMYK | 0.74 | 0.81 | 0 | 0.40 |
| HSL | 244.84º | 0.67% | 0.36% | - |
| HSV(B) | 244.84º | 0.81% | 0.6% | - |
| XYZ | 7.17 | 3.71 | 30.91 | - |
| YUV | 47.13 | 188.31 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 30 | 154 | 0.74 | 0.81 | 0 | 0.40 | 244.84 | 0.67 | 0.36 |
| Hex | 28 | 1E | 9A | 4A | 51 | 0 | 28 | F5 | 43 | 24 |
| Octal | 50 | 36 | 232 | 112 | 121 | 0 | 50 | 365 | 103 | 44 |
| Binary | 101000 | 11110 | 10011010 | 1001010 | 1010001 | 0 | 101000 | 11110101 | 1000011 | 100100 |
Color Harmonies of #281E9A
Complementary color
Monochromatic Colors of #281E9A
Black with #281E9A
Text Example
Text Example
White with #281E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281E9A; }
p { color: rgb(40,30,154); }
H1.HeaderClassName
{
color: #281E9A;
}
.AnyTagClassName
{
color: #281E9A;
}
</style>
background-color css
<style>
a { background-color: #281E9A; }
a { background-color: rgb(40,30,154); }
div.DivClassName
{
background-color: #281E9A;
}
.BgClassName
{
background-color: #281E9A;
}
</style>
border-color css
<style>
span { border-color: #281E9A; }
span { border-color: rgb(40,30,154); }
td.TdClassName
{
border-color: #281E9A;
}
.TagClassName
{
border-color: #281E9A;
}
</style>