Shades of Ultramarine #281A94
Tints of Ultramarine #281A94
RGB
CMYK
RGB Variations
Color information
#281A94 (or 0x281A94) is known color: Ultramarine. HEX triplet: 28, 1A and 94. RGB value is (40,26,148). Sum of RGB (Red+Green+Blue) = 40+26+148=214 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.69% from 214); Green value is 26 (10.55% from 255 or 12.15% from 214); Blue value is 148 (58.20% from 255 or 69.16% from 214); Max value from RGB is 148 - color contains mainly: blue. Hex color #281A94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #281A94 is #D7E56B. Grayscale: #2B2B2B. Windows color (decimal): -14148972 or 9706024. OLE color: 9706024.
HSL color Cylindrical-coordinate representation of color #281A94: hue angle of 246.89º 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 #281A94 is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 26 | 148 | - |
| CMYK | 0.73 | 0.82 | 0 | 0.42 |
| HSL | 246.89º | 0.7% | 0.34% | - |
| HSV(B) | 246.89º | 0.82% | 0.58% | - |
| XYZ | 6.59 | 3.33 | 28.31 | - |
| YUV | 44.09 | 186.64 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 26 | 148 | 0.73 | 0.82 | 0 | 0.42 | 246.89 | 0.7 | 0.34 |
| Hex | 28 | 1A | 94 | 49 | 52 | 0 | 2A | F7 | 46 | 22 |
| Octal | 50 | 32 | 224 | 111 | 122 | 0 | 52 | 367 | 106 | 42 |
| Binary | 101000 | 11010 | 10010100 | 1001001 | 1010010 | 0 | 101010 | 11110111 | 1000110 | 100010 |
Color Harmonies of #281A94
Complementary color
Monochromatic Colors of #281A94
Black with #281A94
Text Example
Text Example
White with #281A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281A94; }
p { color: rgb(40,26,148); }
H1.HeaderClassName
{
color: #281A94;
}
.AnyTagClassName
{
color: #281A94;
}
</style>
background-color css
<style>
a { background-color: #281A94; }
a { background-color: rgb(40,26,148); }
div.DivClassName
{
background-color: #281A94;
}
.BgClassName
{
background-color: #281A94;
}
</style>
border-color css
<style>
span { border-color: #281A94; }
span { border-color: rgb(40,26,148); }
td.TdClassName
{
border-color: #281A94;
}
.TagClassName
{
border-color: #281A94;
}
</style>