Shades of Ultramarine #281396
Tints of Ultramarine #281396
RGB
CMYK
RGB Variations
Color information
#281396 (or 0x281396) is known color: Ultramarine. HEX triplet: 28, 13 and 96. RGB value is (40,19,150). Sum of RGB (Red+Green+Blue) = 40+19+150=209 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.14% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 150 (58.98% from 255 or 71.77% from 209); Max value from RGB is 150 - color contains mainly: blue. Hex color #281396 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #281396 is #D7EC69. Grayscale: #272727. Windows color (decimal): -14150762 or 9835304. OLE color: 9835304.
HSL color Cylindrical-coordinate representation of color #281396: hue angle of 249.62º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #281396 is Cyan = 0.73, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 40 | 19 | 150 | - |
| CMYK | 0.73 | 0.87 | 0 | 0.41 |
| HSL | 249.62º | 0.78% | 0.33% | - |
| HSV(B) | 249.62º | 0.87% | 0.59% | - |
| XYZ | 6.61 | 3.12 | 29.11 | - |
| YUV | 40.21 | 189.96 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 19 | 150 | 0.73 | 0.87 | 0 | 0.41 | 249.62 | 0.78 | 0.33 |
| Hex | 28 | 13 | 96 | 49 | 57 | 0 | 29 | FA | 4E | 21 |
| Octal | 50 | 23 | 226 | 111 | 127 | 0 | 51 | 372 | 116 | 41 |
| Binary | 101000 | 10011 | 10010110 | 1001001 | 1010111 | 0 | 101001 | 11111010 | 1001110 | 100001 |
Color Harmonies of #281396
Complementary color
Monochromatic Colors of #281396
Black with #281396
Text Example
Text Example
White with #281396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281396; }
p { color: rgb(40,19,150); }
H1.HeaderClassName
{
color: #281396;
}
.AnyTagClassName
{
color: #281396;
}
</style>
background-color css
<style>
a { background-color: #281396; }
a { background-color: rgb(40,19,150); }
div.DivClassName
{
background-color: #281396;
}
.BgClassName
{
background-color: #281396;
}
</style>
border-color css
<style>
span { border-color: #281396; }
span { border-color: rgb(40,19,150); }
td.TdClassName
{
border-color: #281396;
}
.TagClassName
{
border-color: #281396;
}
</style>