Shades of Ultramarine #28209B
Tints of Ultramarine #28209B
RGB
CMYK
RGB Variations
Color information
#28209B (or 0x28209B) is known color: Ultramarine. HEX triplet: 28, 20 and 9B. RGB value is (40,32,155). Sum of RGB (Red+Green+Blue) = 40+32+155=227 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.62% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 155 (60.94% from 255 or 68.28% from 227); Max value from RGB is 155 - color contains mainly: blue. Hex color #28209B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28209B is #D7DF64. Grayscale: #2F2F2F. Windows color (decimal): -14147429 or 10166312. OLE color: 10166312.
HSL color Cylindrical-coordinate representation of color #28209B: hue angle of 243.9º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28209B is Cyan = 0.74, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 32 | 155 | - |
| CMYK | 0.74 | 0.79 | 0 | 0.39 |
| HSL | 243.9º | 0.66% | 0.37% | - |
| HSV(B) | 243.9º | 0.79% | 0.61% | - |
| XYZ | 7.31 | 3.85 | 31.37 | - |
| YUV | 48.41 | 188.15 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 32 | 155 | 0.74 | 0.79 | 0 | 0.39 | 243.9 | 0.66 | 0.37 |
| Hex | 28 | 20 | 9B | 4A | 4F | 0 | 27 | F4 | 42 | 25 |
| Octal | 50 | 40 | 233 | 112 | 117 | 0 | 47 | 364 | 102 | 45 |
| Binary | 101000 | 100000 | 10011011 | 1001010 | 1001111 | 0 | 100111 | 11110100 | 1000010 | 100101 |
Color Harmonies of #28209B
Complementary color
Monochromatic Colors of #28209B
Black with #28209B
Text Example
Text Example
White with #28209B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28209B; }
p { color: rgb(40,32,155); }
H1.HeaderClassName
{
color: #28209B;
}
.AnyTagClassName
{
color: #28209B;
}
</style>
background-color css
<style>
a { background-color: #28209B; }
a { background-color: rgb(40,32,155); }
div.DivClassName
{
background-color: #28209B;
}
.BgClassName
{
background-color: #28209B;
}
</style>
border-color css
<style>
span { border-color: #28209B; }
span { border-color: rgb(40,32,155); }
td.TdClassName
{
border-color: #28209B;
}
.TagClassName
{
border-color: #28209B;
}
</style>