Shades of Ultramarine #281C99
Tints of Ultramarine #281C99
RGB
CMYK
RGB Variations
Color information
#281C99 (or 0x281C99) is known color: Ultramarine. HEX triplet: 28, 1C and 99. RGB value is (40,28,153). Sum of RGB (Red+Green+Blue) = 40+28+153=221 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.10% from 221); Green value is 28 (11.33% from 255 or 12.67% from 221); Blue value is 153 (60.16% from 255 or 69.23% from 221); Max value from RGB is 153 - color contains mainly: blue. Hex color #281C99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #281C99 is #D7E366. Grayscale: #2D2D2D. Windows color (decimal): -14148455 or 10034216. OLE color: 10034216.
HSL color Cylindrical-coordinate representation of color #281C99: hue angle of 245.76º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #281C99 is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 40 | 28 | 153 | - |
| CMYK | 0.74 | 0.82 | 0 | 0.4 |
| HSL | 245.76º | 0.69% | 0.35% | - |
| HSV(B) | 245.76º | 0.82% | 0.6% | - |
| XYZ | 7.04 | 3.58 | 30.46 | - |
| YUV | 45.84 | 188.48 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 28 | 153 | 0.74 | 0.82 | 0 | 0.4 | 245.76 | 0.69 | 0.35 |
| Hex | 28 | 1C | 99 | 4A | 52 | 0 | 28 | F6 | 45 | 23 |
| Octal | 50 | 34 | 231 | 112 | 122 | 0 | 50 | 366 | 105 | 43 |
| Binary | 101000 | 11100 | 10011001 | 1001010 | 1010010 | 0 | 101000 | 11110110 | 1000101 | 100011 |
Color Harmonies of #281C99
Complementary color
Monochromatic Colors of #281C99
Black with #281C99
Text Example
Text Example
White with #281C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281C99; }
p { color: rgb(40,28,153); }
H1.HeaderClassName
{
color: #281C99;
}
.AnyTagClassName
{
color: #281C99;
}
</style>
background-color css
<style>
a { background-color: #281C99; }
a { background-color: rgb(40,28,153); }
div.DivClassName
{
background-color: #281C99;
}
.BgClassName
{
background-color: #281C99;
}
</style>
border-color css
<style>
span { border-color: #281C99; }
span { border-color: rgb(40,28,153); }
td.TdClassName
{
border-color: #281C99;
}
.TagClassName
{
border-color: #281C99;
}
</style>