Shades of Ultramarine #281F93
Tints of Ultramarine #281F93
RGB
CMYK
RGB Variations
Color information
#281F93 (or 0x281F93) is known color: Ultramarine. HEX triplet: 28, 1F and 93. RGB value is (40,31,147). Sum of RGB (Red+Green+Blue) = 40+31+147=218 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.35% from 218); Green value is 31 (12.5% from 255 or 14.22% from 218); Blue value is 147 (57.81% from 255 or 67.43% from 218); Max value from RGB is 147 - color contains mainly: blue. Hex color #281F93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #281F93 is #D7E06C. Grayscale: #2E2E2E. Windows color (decimal): -14147693 or 9641768. OLE color: 9641768.
HSL color Cylindrical-coordinate representation of color #281F93: hue angle of 244.66º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #281F93 is Cyan = 0.73, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 31 | 147 | - |
| CMYK | 0.73 | 0.79 | 0 | 0.42 |
| HSL | 244.66º | 0.65% | 0.35% | - |
| HSV(B) | 244.66º | 0.79% | 0.58% | - |
| XYZ | 6.63 | 3.54 | 27.94 | - |
| YUV | 46.92 | 184.48 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 31 | 147 | 0.73 | 0.79 | 0 | 0.42 | 244.66 | 0.65 | 0.35 |
| Hex | 28 | 1F | 93 | 49 | 4F | 0 | 2A | F5 | 41 | 23 |
| Octal | 50 | 37 | 223 | 111 | 117 | 0 | 52 | 365 | 101 | 43 |
| Binary | 101000 | 11111 | 10010011 | 1001001 | 1001111 | 0 | 101010 | 11110101 | 1000001 | 100011 |
Color Harmonies of #281F93
Complementary color
Monochromatic Colors of #281F93
Black with #281F93
Text Example
Text Example
White with #281F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281F93; }
p { color: rgb(40,31,147); }
H1.HeaderClassName
{
color: #281F93;
}
.AnyTagClassName
{
color: #281F93;
}
</style>
background-color css
<style>
a { background-color: #281F93; }
a { background-color: rgb(40,31,147); }
div.DivClassName
{
background-color: #281F93;
}
.BgClassName
{
background-color: #281F93;
}
</style>
border-color css
<style>
span { border-color: #281F93; }
span { border-color: rgb(40,31,147); }
td.TdClassName
{
border-color: #281F93;
}
.TagClassName
{
border-color: #281F93;
}
</style>