Shades of Ultramarine #281C94
Tints of Ultramarine #281C94
RGB
CMYK
RGB Variations
Color information
#281C94 (or 0x281C94) is known color: Ultramarine. HEX triplet: 28, 1C and 94. RGB value is (40,28,148). Sum of RGB (Red+Green+Blue) = 40+28+148=216 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.52% from 216); Green value is 28 (11.33% from 255 or 12.96% from 216); Blue value is 148 (58.20% from 255 or 68.52% from 216); Max value from RGB is 148 - color contains mainly: blue. Hex color #281C94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #281C94 is #D7E36B. Grayscale: #2C2C2C. Windows color (decimal): -14148460 or 9706536. OLE color: 9706536.
HSL color Cylindrical-coordinate representation of color #281C94: hue angle of 246º 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 #281C94 is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 28 | 148 | - |
| CMYK | 0.73 | 0.81 | 0 | 0.42 |
| HSL | 246º | 0.68% | 0.35% | - |
| HSV(B) | 246º | 0.81% | 0.58% | - |
| XYZ | 6.64 | 3.42 | 28.33 | - |
| YUV | 45.27 | 185.98 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 28 | 148 | 0.73 | 0.81 | 0 | 0.42 | 246 | 0.68 | 0.35 |
| Hex | 28 | 1C | 94 | 49 | 51 | 0 | 2A | F6 | 44 | 23 |
| Octal | 50 | 34 | 224 | 111 | 121 | 0 | 52 | 366 | 104 | 43 |
| Binary | 101000 | 11100 | 10010100 | 1001001 | 1010001 | 0 | 101010 | 11110110 | 1000100 | 100011 |
Color Harmonies of #281C94
Complementary color
Monochromatic Colors of #281C94
Black with #281C94
Text Example
Text Example
White with #281C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281C94; }
p { color: rgb(40,28,148); }
H1.HeaderClassName
{
color: #281C94;
}
.AnyTagClassName
{
color: #281C94;
}
</style>
background-color css
<style>
a { background-color: #281C94; }
a { background-color: rgb(40,28,148); }
div.DivClassName
{
background-color: #281C94;
}
.BgClassName
{
background-color: #281C94;
}
</style>
border-color css
<style>
span { border-color: #281C94; }
span { border-color: rgb(40,28,148); }
td.TdClassName
{
border-color: #281C94;
}
.TagClassName
{
border-color: #281C94;
}
</style>