Shades of Ultramarine #281D9B
Tints of Ultramarine #281D9B
RGB
CMYK
RGB Variations
Color information
#281D9B (or 0x281D9B) is known color: Ultramarine. HEX triplet: 28, 1D and 9B. RGB value is (40,29,155). Sum of RGB (Red+Green+Blue) = 40+29+155=224 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.86% from 224); Green value is 29 (11.72% from 255 or 12.95% from 224); Blue value is 155 (60.94% from 255 or 69.20% from 224); Max value from RGB is 155 - color contains mainly: blue. Hex color #281D9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #281D9B is #D7E264. Grayscale: #2E2E2E. Windows color (decimal): -14148197 or 10165544. OLE color: 10165544.
HSL color Cylindrical-coordinate representation of color #281D9B: hue angle of 245.24º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #281D9B is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 29 | 155 | - |
| CMYK | 0.74 | 0.81 | 0 | 0.39 |
| HSL | 245.24º | 0.68% | 0.36% | - |
| HSV(B) | 245.24º | 0.81% | 0.61% | - |
| XYZ | 7.23 | 3.7 | 31.34 | - |
| YUV | 46.65 | 189.14 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 29 | 155 | 0.74 | 0.81 | 0 | 0.39 | 245.24 | 0.68 | 0.36 |
| Hex | 28 | 1D | 9B | 4A | 51 | 0 | 27 | F5 | 44 | 24 |
| Octal | 50 | 35 | 233 | 112 | 121 | 0 | 47 | 365 | 104 | 44 |
| Binary | 101000 | 11101 | 10011011 | 1001010 | 1010001 | 0 | 100111 | 11110101 | 1000100 | 100100 |
Color Harmonies of #281D9B
Complementary color
Monochromatic Colors of #281D9B
Black with #281D9B
Text Example
Text Example
White with #281D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281D9B; }
p { color: rgb(40,29,155); }
H1.HeaderClassName
{
color: #281D9B;
}
.AnyTagClassName
{
color: #281D9B;
}
</style>
background-color css
<style>
a { background-color: #281D9B; }
a { background-color: rgb(40,29,155); }
div.DivClassName
{
background-color: #281D9B;
}
.BgClassName
{
background-color: #281D9B;
}
</style>
border-color css
<style>
span { border-color: #281D9B; }
span { border-color: rgb(40,29,155); }
td.TdClassName
{
border-color: #281D9B;
}
.TagClassName
{
border-color: #281D9B;
}
</style>