Shades of Ultramarine #281793
Tints of Ultramarine #281793
RGB
CMYK
RGB Variations
Color information
#281793 (or 0x281793) is known color: Ultramarine. HEX triplet: 28, 17 and 93. RGB value is (40,23,147). Sum of RGB (Red+Green+Blue) = 40+23+147=210 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.05% from 210); Green value is 23 (9.38% from 255 or 10.95% from 210); Blue value is 147 (57.81% from 255 or 70% from 210); Max value from RGB is 147 - color contains mainly: blue. Hex color #281793 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #281793 is #D7E86C. Grayscale: #292929. Windows color (decimal): -14149741 or 9639720. OLE color: 9639720.
HSL color Cylindrical-coordinate representation of color #281793: hue angle of 248.23º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #281793 is Cyan = 0.73, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 23 | 147 | - |
| CMYK | 0.73 | 0.84 | 0 | 0.42 |
| HSL | 248.23º | 0.73% | 0.33% | - |
| HSV(B) | 248.23º | 0.84% | 0.58% | - |
| XYZ | 6.45 | 3.17 | 27.88 | - |
| YUV | 42.22 | 187.13 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 23 | 147 | 0.73 | 0.84 | 0 | 0.42 | 248.23 | 0.73 | 0.33 |
| Hex | 28 | 17 | 93 | 49 | 54 | 0 | 2A | F8 | 49 | 21 |
| Octal | 50 | 27 | 223 | 111 | 124 | 0 | 52 | 370 | 111 | 41 |
| Binary | 101000 | 10111 | 10010011 | 1001001 | 1010100 | 0 | 101010 | 11111000 | 1001001 | 100001 |
Color Harmonies of #281793
Complementary color
Monochromatic Colors of #281793
Black with #281793
Text Example
Text Example
White with #281793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281793; }
p { color: rgb(40,23,147); }
H1.HeaderClassName
{
color: #281793;
}
.AnyTagClassName
{
color: #281793;
}
</style>
background-color css
<style>
a { background-color: #281793; }
a { background-color: rgb(40,23,147); }
div.DivClassName
{
background-color: #281793;
}
.BgClassName
{
background-color: #281793;
}
</style>
border-color css
<style>
span { border-color: #281793; }
span { border-color: rgb(40,23,147); }
td.TdClassName
{
border-color: #281793;
}
.TagClassName
{
border-color: #281793;
}
</style>