Shades of Ultramarine #281C97
Tints of Ultramarine #281C97
RGB
CMYK
RGB Variations
Color information
#281C97 (or 0x281C97) is known color: Ultramarine. HEX triplet: 28, 1C and 97. RGB value is (40,28,151). Sum of RGB (Red+Green+Blue) = 40+28+151=219 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.26% from 219); Green value is 28 (11.33% from 255 or 12.79% from 219); Blue value is 151 (59.38% from 255 or 68.95% from 219); Max value from RGB is 151 - color contains mainly: blue. Hex color #281C97 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #281C97 is #D7E368. Grayscale: #2D2D2D. Windows color (decimal): -14148457 or 9903144. OLE color: 9903144.
HSL color Cylindrical-coordinate representation of color #281C97: hue angle of 245.85º 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 #281C97 is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 40 | 28 | 151 | - |
| CMYK | 0.74 | 0.81 | 0 | 0.41 |
| HSL | 245.85º | 0.69% | 0.35% | - |
| HSV(B) | 245.85º | 0.81% | 0.59% | - |
| XYZ | 6.88 | 3.52 | 29.59 | - |
| YUV | 45.61 | 187.48 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 28 | 151 | 0.74 | 0.81 | 0 | 0.41 | 245.85 | 0.69 | 0.35 |
| Hex | 28 | 1C | 97 | 4A | 51 | 0 | 29 | F6 | 45 | 23 |
| Octal | 50 | 34 | 227 | 112 | 121 | 0 | 51 | 366 | 105 | 43 |
| Binary | 101000 | 11100 | 10010111 | 1001010 | 1010001 | 0 | 101001 | 11110110 | 1000101 | 100011 |
Color Harmonies of #281C97
Complementary color
Monochromatic Colors of #281C97
Black with #281C97
Text Example
Text Example
White with #281C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281C97; }
p { color: rgb(40,28,151); }
H1.HeaderClassName
{
color: #281C97;
}
.AnyTagClassName
{
color: #281C97;
}
</style>
background-color css
<style>
a { background-color: #281C97; }
a { background-color: rgb(40,28,151); }
div.DivClassName
{
background-color: #281C97;
}
.BgClassName
{
background-color: #281C97;
}
</style>
border-color css
<style>
span { border-color: #281C97; }
span { border-color: rgb(40,28,151); }
td.TdClassName
{
border-color: #281C97;
}
.TagClassName
{
border-color: #281C97;
}
</style>