Shades of Ultramarine #281C96
Tints of Ultramarine #281C96
RGB
CMYK
RGB Variations
Color information
#281C96 (or 0x281C96) is known color: Ultramarine. HEX triplet: 28, 1C and 96. RGB value is (40,28,150). Sum of RGB (Red+Green+Blue) = 40+28+150=218 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.35% from 218); Green value is 28 (11.33% from 255 or 12.84% from 218); Blue value is 150 (58.98% from 255 or 68.81% from 218); Max value from RGB is 150 - color contains mainly: blue. Hex color #281C96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #281C96 is #D7E369. Grayscale: #2D2D2D. Windows color (decimal): -14148458 or 9837608. OLE color: 9837608.
HSL color Cylindrical-coordinate representation of color #281C96: hue angle of 245.9º degrees, saturation: 0.69, 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 #281C96 is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 40 | 28 | 150 | - |
| CMYK | 0.73 | 0.81 | 0 | 0.41 |
| HSL | 245.9º | 0.69% | 0.35% | - |
| HSV(B) | 245.9º | 0.81% | 0.59% | - |
| XYZ | 6.8 | 3.48 | 29.17 | - |
| YUV | 45.5 | 186.98 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 28 | 150 | 0.73 | 0.81 | 0 | 0.41 | 245.9 | 0.69 | 0.35 |
| Hex | 28 | 1C | 96 | 49 | 51 | 0 | 29 | F6 | 45 | 23 |
| Octal | 50 | 34 | 226 | 111 | 121 | 0 | 51 | 366 | 105 | 43 |
| Binary | 101000 | 11100 | 10010110 | 1001001 | 1010001 | 0 | 101001 | 11110110 | 1000101 | 100011 |
Color Harmonies of #281C96
Complementary color
Monochromatic Colors of #281C96
Black with #281C96
Text Example
Text Example
White with #281C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281C96; }
p { color: rgb(40,28,150); }
H1.HeaderClassName
{
color: #281C96;
}
.AnyTagClassName
{
color: #281C96;
}
</style>
background-color css
<style>
a { background-color: #281C96; }
a { background-color: rgb(40,28,150); }
div.DivClassName
{
background-color: #281C96;
}
.BgClassName
{
background-color: #281C96;
}
</style>
border-color css
<style>
span { border-color: #281C96; }
span { border-color: rgb(40,28,150); }
td.TdClassName
{
border-color: #281C96;
}
.TagClassName
{
border-color: #281C96;
}
</style>