Shades of Ultramarine #281D97
Tints of Ultramarine #281D97
RGB
CMYK
RGB Variations
Color information
#281D97 (or 0x281D97) is known color: Ultramarine. HEX triplet: 28, 1D and 97. RGB value is (40,29,151). Sum of RGB (Red+Green+Blue) = 40+29+151=220 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.18% from 220); Green value is 29 (11.72% from 255 or 13.18% from 220); Blue value is 151 (59.38% from 255 or 68.64% from 220); Max value from RGB is 151 - color contains mainly: blue. Hex color #281D97 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #281D97 is #D7E268. Grayscale: #2D2D2D. Windows color (decimal): -14148201 or 9903400. OLE color: 9903400.
HSL color Cylindrical-coordinate representation of color #281D97: hue angle of 245.41º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #281D97 is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 40 | 29 | 151 | - |
| CMYK | 0.74 | 0.81 | 0 | 0.41 |
| HSL | 245.41º | 0.68% | 0.35% | - |
| HSV(B) | 245.41º | 0.81% | 0.59% | - |
| XYZ | 6.9 | 3.56 | 29.6 | - |
| YUV | 46.2 | 187.14 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 29 | 151 | 0.74 | 0.81 | 0 | 0.41 | 245.41 | 0.68 | 0.35 |
| Hex | 28 | 1D | 97 | 4A | 51 | 0 | 29 | F5 | 44 | 23 |
| Octal | 50 | 35 | 227 | 112 | 121 | 0 | 51 | 365 | 104 | 43 |
| Binary | 101000 | 11101 | 10010111 | 1001010 | 1010001 | 0 | 101001 | 11110101 | 1000100 | 100011 |
Color Harmonies of #281D97
Complementary color
Monochromatic Colors of #281D97
Black with #281D97
Text Example
Text Example
White with #281D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281D97; }
p { color: rgb(40,29,151); }
H1.HeaderClassName
{
color: #281D97;
}
.AnyTagClassName
{
color: #281D97;
}
</style>
background-color css
<style>
a { background-color: #281D97; }
a { background-color: rgb(40,29,151); }
div.DivClassName
{
background-color: #281D97;
}
.BgClassName
{
background-color: #281D97;
}
</style>
border-color css
<style>
span { border-color: #281D97; }
span { border-color: rgb(40,29,151); }
td.TdClassName
{
border-color: #281D97;
}
.TagClassName
{
border-color: #281D97;
}
</style>