Shades of Ultramarine #281B94
Tints of Ultramarine #281B94
RGB
CMYK
RGB Variations
Color information
#281B94 (or 0x281B94) is known color: Ultramarine. HEX triplet: 28, 1B and 94. RGB value is (40,27,148). Sum of RGB (Red+Green+Blue) = 40+27+148=215 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.60% from 215); Green value is 27 (10.94% from 255 or 12.56% from 215); Blue value is 148 (58.20% from 255 or 68.84% from 215); Max value from RGB is 148 - color contains mainly: blue. Hex color #281B94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #281B94 is #D7E46B. Grayscale: #2C2C2C. Windows color (decimal): -14148716 or 9706280. OLE color: 9706280.
HSL color Cylindrical-coordinate representation of color #281B94: hue angle of 246.45º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #281B94 is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 27 | 148 | - |
| CMYK | 0.73 | 0.82 | 0 | 0.42 |
| HSL | 246.45º | 0.69% | 0.34% | - |
| HSV(B) | 246.45º | 0.82% | 0.58% | - |
| XYZ | 6.61 | 3.37 | 28.32 | - |
| YUV | 44.68 | 186.31 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 27 | 148 | 0.73 | 0.82 | 0 | 0.42 | 246.45 | 0.69 | 0.34 |
| Hex | 28 | 1B | 94 | 49 | 52 | 0 | 2A | F6 | 45 | 22 |
| Octal | 50 | 33 | 224 | 111 | 122 | 0 | 52 | 366 | 105 | 42 |
| Binary | 101000 | 11011 | 10010100 | 1001001 | 1010010 | 0 | 101010 | 11110110 | 1000101 | 100010 |
Color Harmonies of #281B94
Complementary color
Monochromatic Colors of #281B94
Black with #281B94
Text Example
Text Example
White with #281B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281B94; }
p { color: rgb(40,27,148); }
H1.HeaderClassName
{
color: #281B94;
}
.AnyTagClassName
{
color: #281B94;
}
</style>
background-color css
<style>
a { background-color: #281B94; }
a { background-color: rgb(40,27,148); }
div.DivClassName
{
background-color: #281B94;
}
.BgClassName
{
background-color: #281B94;
}
</style>
border-color css
<style>
span { border-color: #281B94; }
span { border-color: rgb(40,27,148); }
td.TdClassName
{
border-color: #281B94;
}
.TagClassName
{
border-color: #281B94;
}
</style>