Shades of Ultramarine #28029B
Tints of Ultramarine #28029B
RGB
CMYK
RGB Variations
Color information
#28029B (or 0x28029B) is known color: Ultramarine. HEX triplet: 28, 02 and 9B. RGB value is (40,2,155). Sum of RGB (Red+Green+Blue) = 40+2+155=197 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.30% from 197); Green value is 2 (1.17% from 255 or 1.02% from 197); Blue value is 155 (60.94% from 255 or 78.68% from 197); Max value from RGB is 155 - color contains mainly: blue. Hex color #28029B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28029B is #D7FD64. Grayscale: #1E1E1E. Windows color (decimal): -14155109 or 10158632. OLE color: 10158632.
HSL color Cylindrical-coordinate representation of color #28029B: hue angle of 254.9º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #28029B is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 2 | 155 | - |
| CMYK | 0.74 | 0.99 | 0 | 0.39 |
| HSL | 254.9º | 0.97% | 0.31% | - |
| HSV(B) | 254.9º | 0.99% | 0.61% | - |
| XYZ | 6.81 | 2.86 | 31.2 | - |
| YUV | 30.8 | 198.09 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 2 | 155 | 0.74 | 0.99 | 0 | 0.39 | 254.9 | 0.97 | 0.31 |
| Hex | 28 | 2 | 9B | 4A | 63 | 0 | 27 | FF | 61 | 1F |
| Octal | 50 | 2 | 233 | 112 | 143 | 0 | 47 | 377 | 141 | 37 |
| Binary | 101000 | 10 | 10011011 | 1001010 | 1100011 | 0 | 100111 | 11111111 | 1100001 | 11111 |
Color Harmonies of #28029B
Complementary color
Monochromatic Colors of #28029B
Black with #28029B
Text Example
Text Example
White with #28029B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28029B; }
p { color: rgb(40,2,155); }
H1.HeaderClassName
{
color: #28029B;
}
.AnyTagClassName
{
color: #28029B;
}
</style>
background-color css
<style>
a { background-color: #28029B; }
a { background-color: rgb(40,2,155); }
div.DivClassName
{
background-color: #28029B;
}
.BgClassName
{
background-color: #28029B;
}
</style>
border-color css
<style>
span { border-color: #28029B; }
span { border-color: rgb(40,2,155); }
td.TdClassName
{
border-color: #28029B;
}
.TagClassName
{
border-color: #28029B;
}
</style>