Shades of Ultramarine #281A96
Tints of Ultramarine #281A96
RGB
CMYK
RGB Variations
Color information
#281A96 (or 0x281A96) is known color: Ultramarine. HEX triplet: 28, 1A and 96. RGB value is (40,26,150). Sum of RGB (Red+Green+Blue) = 40+26+150=216 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.52% from 216); Green value is 26 (10.55% from 255 or 12.04% from 216); Blue value is 150 (58.98% from 255 or 69.44% from 216); Max value from RGB is 150 - color contains mainly: blue. Hex color #281A96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #281A96 is #D7E569. Grayscale: #2B2B2B. Windows color (decimal): -14148970 or 9837096. OLE color: 9837096.
HSL color Cylindrical-coordinate representation of color #281A96: hue angle of 246.77º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #281A96 is Cyan = 0.73, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 40 | 26 | 150 | - |
| CMYK | 0.73 | 0.83 | 0 | 0.41 |
| HSL | 246.77º | 0.7% | 0.35% | - |
| HSV(B) | 246.77º | 0.83% | 0.59% | - |
| XYZ | 6.75 | 3.39 | 29.15 | - |
| YUV | 44.32 | 187.64 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 26 | 150 | 0.73 | 0.83 | 0 | 0.41 | 246.77 | 0.7 | 0.35 |
| Hex | 28 | 1A | 96 | 49 | 53 | 0 | 29 | F7 | 46 | 23 |
| Octal | 50 | 32 | 226 | 111 | 123 | 0 | 51 | 367 | 106 | 43 |
| Binary | 101000 | 11010 | 10010110 | 1001001 | 1010011 | 0 | 101001 | 11110111 | 1000110 | 100011 |
Color Harmonies of #281A96
Complementary color
Monochromatic Colors of #281A96
Black with #281A96
Text Example
Text Example
White with #281A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281A96; }
p { color: rgb(40,26,150); }
H1.HeaderClassName
{
color: #281A96;
}
.AnyTagClassName
{
color: #281A96;
}
</style>
background-color css
<style>
a { background-color: #281A96; }
a { background-color: rgb(40,26,150); }
div.DivClassName
{
background-color: #281A96;
}
.BgClassName
{
background-color: #281A96;
}
</style>
border-color css
<style>
span { border-color: #281A96; }
span { border-color: rgb(40,26,150); }
td.TdClassName
{
border-color: #281A96;
}
.TagClassName
{
border-color: #281A96;
}
</style>