Shades of Ultramarine #28049B
Tints of Ultramarine #28049B
RGB
CMYK
RGB Variations
Color information
#28049B (or 0x28049B) is known color: Ultramarine. HEX triplet: 28, 04 and 9B. RGB value is (40,4,155). Sum of RGB (Red+Green+Blue) = 40+4+155=199 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.10% from 199); Green value is 4 (1.95% from 255 or 2.01% from 199); Blue value is 155 (60.94% from 255 or 77.89% from 199); Max value from RGB is 155 - color contains mainly: blue. Hex color #28049B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28049B is #D7FB64. Grayscale: #1F1F1F. Windows color (decimal): -14154597 or 10159144. OLE color: 10159144.
HSL color Cylindrical-coordinate representation of color #28049B: hue angle of 254.3º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #28049B is Cyan = 0.74, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 4 | 155 | - |
| CMYK | 0.74 | 0.97 | 0 | 0.39 |
| HSL | 254.3º | 0.95% | 0.31% | - |
| HSV(B) | 254.3º | 0.97% | 0.61% | - |
| XYZ | 6.83 | 2.9 | 31.21 | - |
| YUV | 31.98 | 197.43 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 4 | 155 | 0.74 | 0.97 | 0 | 0.39 | 254.3 | 0.95 | 0.31 |
| Hex | 28 | 4 | 9B | 4A | 61 | 0 | 27 | FE | 5F | 1F |
| Octal | 50 | 4 | 233 | 112 | 141 | 0 | 47 | 376 | 137 | 37 |
| Binary | 101000 | 100 | 10011011 | 1001010 | 1100001 | 0 | 100111 | 11111110 | 1011111 | 11111 |
Color Harmonies of #28049B
Complementary color
Monochromatic Colors of #28049B
Black with #28049B
Text Example
Text Example
White with #28049B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28049B; }
p { color: rgb(40,4,155); }
H1.HeaderClassName
{
color: #28049B;
}
.AnyTagClassName
{
color: #28049B;
}
</style>
background-color css
<style>
a { background-color: #28049B; }
a { background-color: rgb(40,4,155); }
div.DivClassName
{
background-color: #28049B;
}
.BgClassName
{
background-color: #28049B;
}
</style>
border-color css
<style>
span { border-color: #28049B; }
span { border-color: rgb(40,4,155); }
td.TdClassName
{
border-color: #28049B;
}
.TagClassName
{
border-color: #28049B;
}
</style>