Shades of Ultramarine #281C95
Tints of Ultramarine #281C95
RGB
CMYK
RGB Variations
Color information
#281C95 (or 0x281C95) is known color: Ultramarine. HEX triplet: 28, 1C and 95. RGB value is (40,28,149). Sum of RGB (Red+Green+Blue) = 40+28+149=217 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.43% from 217); Green value is 28 (11.33% from 255 or 12.90% from 217); Blue value is 149 (58.59% from 255 or 68.66% from 217); Max value from RGB is 149 - color contains mainly: blue. Hex color #281C95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #281C95 is #D7E36A. Grayscale: #2C2C2C. Windows color (decimal): -14148459 or 9772072. OLE color: 9772072.
HSL color Cylindrical-coordinate representation of color #281C95: hue angle of 245.95º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #281C95 is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 28 | 149 | - |
| CMYK | 0.73 | 0.81 | 0 | 0.42 |
| HSL | 245.95º | 0.68% | 0.35% | - |
| HSV(B) | 245.95º | 0.81% | 0.58% | - |
| XYZ | 6.72 | 3.45 | 28.75 | - |
| YUV | 45.38 | 186.48 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 28 | 149 | 0.73 | 0.81 | 0 | 0.42 | 245.95 | 0.68 | 0.35 |
| Hex | 28 | 1C | 95 | 49 | 51 | 0 | 2A | F6 | 44 | 23 |
| Octal | 50 | 34 | 225 | 111 | 121 | 0 | 52 | 366 | 104 | 43 |
| Binary | 101000 | 11100 | 10010101 | 1001001 | 1010001 | 0 | 101010 | 11110110 | 1000100 | 100011 |
Color Harmonies of #281C95
Complementary color
Monochromatic Colors of #281C95
Black with #281C95
Text Example
Text Example
White with #281C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281C95; }
p { color: rgb(40,28,149); }
H1.HeaderClassName
{
color: #281C95;
}
.AnyTagClassName
{
color: #281C95;
}
</style>
background-color css
<style>
a { background-color: #281C95; }
a { background-color: rgb(40,28,149); }
div.DivClassName
{
background-color: #281C95;
}
.BgClassName
{
background-color: #281C95;
}
</style>
border-color css
<style>
span { border-color: #281C95; }
span { border-color: rgb(40,28,149); }
td.TdClassName
{
border-color: #281C95;
}
.TagClassName
{
border-color: #281C95;
}
</style>