Shades of Ultramarine #281FA5
Tints of Ultramarine #281FA5
RGB
CMYK
RGB Variations
Color information
#281FA5 (or 0x281FA5) is known color: Ultramarine. HEX triplet: 28, 1F and A5. RGB value is (40,31,165). Sum of RGB (Red+Green+Blue) = 40+31+165=236 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.95% from 236); Green value is 31 (12.5% from 255 or 13.14% from 236); Blue value is 165 (64.84% from 255 or 69.92% from 236); Max value from RGB is 165 - color contains mainly: blue. Hex color #281FA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #281FA5 is #D7E05A. Grayscale: #303030. Windows color (decimal): -14147675 or 10821416. OLE color: 10821416.
HSL color Cylindrical-coordinate representation of color #281FA5: hue angle of 244.03º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #281FA5 is Cyan = 0.76, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 31 | 165 | - |
| CMYK | 0.76 | 0.81 | 0 | 0.35 |
| HSL | 244.03º | 0.68% | 0.38% | - |
| HSV(B) | 244.03º | 0.81% | 0.65% | - |
| XYZ | 8.16 | 4.15 | 35.97 | - |
| YUV | 48.97 | 193.48 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 31 | 165 | 0.76 | 0.81 | 0 | 0.35 | 244.03 | 0.68 | 0.38 |
| Hex | 28 | 1F | A5 | 4C | 51 | 0 | 23 | F4 | 44 | 26 |
| Octal | 50 | 37 | 245 | 114 | 121 | 0 | 43 | 364 | 104 | 46 |
| Binary | 101000 | 11111 | 10100101 | 1001100 | 1010001 | 0 | 100011 | 11110100 | 1000100 | 100110 |
Color Harmonies of #281FA5
Complementary color
Monochromatic Colors of #281FA5
Black with #281FA5
Text Example
Text Example
White with #281FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281FA5; }
p { color: rgb(40,31,165); }
H1.HeaderClassName
{
color: #281FA5;
}
.AnyTagClassName
{
color: #281FA5;
}
</style>
background-color css
<style>
a { background-color: #281FA5; }
a { background-color: rgb(40,31,165); }
div.DivClassName
{
background-color: #281FA5;
}
.BgClassName
{
background-color: #281FA5;
}
</style>
border-color css
<style>
span { border-color: #281FA5; }
span { border-color: rgb(40,31,165); }
td.TdClassName
{
border-color: #281FA5;
}
.TagClassName
{
border-color: #281FA5;
}
</style>