Shades of Ultramarine #281A93
Tints of Ultramarine #281A93
RGB
CMYK
RGB Variations
Color information
#281A93 (or 0x281A93) is known color: Ultramarine. HEX triplet: 28, 1A and 93. RGB value is (40,26,147). Sum of RGB (Red+Green+Blue) = 40+26+147=213 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.78% from 213); Green value is 26 (10.55% from 255 or 12.21% from 213); Blue value is 147 (57.81% from 255 or 69.01% from 213); Max value from RGB is 147 - color contains mainly: blue. Hex color #281A93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #281A93 is #D7E56C. Grayscale: #2B2B2B. Windows color (decimal): -14148973 or 9640488. OLE color: 9640488.
HSL color Cylindrical-coordinate representation of color #281A93: hue angle of 246.94º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #281A93 is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 26 | 147 | - |
| CMYK | 0.73 | 0.82 | 0 | 0.42 |
| HSL | 246.94º | 0.7% | 0.34% | - |
| HSV(B) | 246.94º | 0.82% | 0.58% | - |
| XYZ | 6.51 | 3.3 | 27.9 | - |
| YUV | 43.98 | 186.14 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 26 | 147 | 0.73 | 0.82 | 0 | 0.42 | 246.94 | 0.7 | 0.34 |
| Hex | 28 | 1A | 93 | 49 | 52 | 0 | 2A | F7 | 46 | 22 |
| Octal | 50 | 32 | 223 | 111 | 122 | 0 | 52 | 367 | 106 | 42 |
| Binary | 101000 | 11010 | 10010011 | 1001001 | 1010010 | 0 | 101010 | 11110111 | 1000110 | 100010 |
Color Harmonies of #281A93
Complementary color
Monochromatic Colors of #281A93
Black with #281A93
Text Example
Text Example
White with #281A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281A93; }
p { color: rgb(40,26,147); }
H1.HeaderClassName
{
color: #281A93;
}
.AnyTagClassName
{
color: #281A93;
}
</style>
background-color css
<style>
a { background-color: #281A93; }
a { background-color: rgb(40,26,147); }
div.DivClassName
{
background-color: #281A93;
}
.BgClassName
{
background-color: #281A93;
}
</style>
border-color css
<style>
span { border-color: #281A93; }
span { border-color: rgb(40,26,147); }
td.TdClassName
{
border-color: #281A93;
}
.TagClassName
{
border-color: #281A93;
}
</style>