Shades of Ultramarine #281A9F
Tints of Ultramarine #281A9F
RGB
CMYK
RGB Variations
Color information
#281A9F (or 0x281A9F) is known color: Ultramarine. HEX triplet: 28, 1A and 9F. RGB value is (40,26,159). Sum of RGB (Red+Green+Blue) = 40+26+159=225 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.78% from 225); Green value is 26 (10.55% from 255 or 11.56% from 225); Blue value is 159 (62.5% from 255 or 70.67% from 225); Max value from RGB is 159 - color contains mainly: blue. Hex color #281A9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #281A9F is #D7E560. Grayscale: #2C2C2C. Windows color (decimal): -14148961 or 10426920. OLE color: 10426920.
HSL color Cylindrical-coordinate representation of color #281A9F: hue angle of 246.32º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #281A9F is Cyan = 0.75, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 26 | 159 | - |
| CMYK | 0.75 | 0.84 | 0 | 0.38 |
| HSL | 246.32º | 0.72% | 0.36% | - |
| HSV(B) | 246.32º | 0.84% | 0.62% | - |
| XYZ | 7.5 | 3.69 | 33.12 | - |
| YUV | 45.35 | 192.14 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 26 | 159 | 0.75 | 0.84 | 0 | 0.38 | 246.32 | 0.72 | 0.36 |
| Hex | 28 | 1A | 9F | 4B | 54 | 0 | 26 | F6 | 48 | 24 |
| Octal | 50 | 32 | 237 | 113 | 124 | 0 | 46 | 366 | 110 | 44 |
| Binary | 101000 | 11010 | 10011111 | 1001011 | 1010100 | 0 | 100110 | 11110110 | 1001000 | 100100 |
Color Harmonies of #281A9F
Complementary color
Monochromatic Colors of #281A9F
Black with #281A9F
Text Example
Text Example
White with #281A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281A9F; }
p { color: rgb(40,26,159); }
H1.HeaderClassName
{
color: #281A9F;
}
.AnyTagClassName
{
color: #281A9F;
}
</style>
background-color css
<style>
a { background-color: #281A9F; }
a { background-color: rgb(40,26,159); }
div.DivClassName
{
background-color: #281A9F;
}
.BgClassName
{
background-color: #281A9F;
}
</style>
border-color css
<style>
span { border-color: #281A9F; }
span { border-color: rgb(40,26,159); }
td.TdClassName
{
border-color: #281A9F;
}
.TagClassName
{
border-color: #281A9F;
}
</style>