Shades of Ultramarine #28029C
Tints of Ultramarine #28029C
RGB
CMYK
RGB Variations
Color information
#28029C (or 0x28029C) is known color: Ultramarine. HEX triplet: 28, 02 and 9C. RGB value is (40,2,156). Sum of RGB (Red+Green+Blue) = 40+2+156=198 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.20% from 198); Green value is 2 (1.17% from 255 or 1.01% from 198); Blue value is 156 (61.33% from 255 or 78.79% from 198); Max value from RGB is 156 - color contains mainly: blue. Hex color #28029C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28029C is #D7FD63. Grayscale: #1E1E1E. Windows color (decimal): -14155108 or 10224168. OLE color: 10224168.
HSL color Cylindrical-coordinate representation of color #28029C: hue angle of 254.81º 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 #28029C is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 2 | 156 | - |
| CMYK | 0.74 | 0.99 | 0 | 0.39 |
| HSL | 254.81º | 0.97% | 0.31% | - |
| HSV(B) | 254.81º | 0.99% | 0.61% | - |
| XYZ | 6.9 | 2.89 | 31.65 | - |
| YUV | 30.92 | 198.59 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 2 | 156 | 0.74 | 0.99 | 0 | 0.39 | 254.81 | 0.97 | 0.31 |
| Hex | 28 | 2 | 9C | 4A | 63 | 0 | 27 | FF | 61 | 1F |
| Octal | 50 | 2 | 234 | 112 | 143 | 0 | 47 | 377 | 141 | 37 |
| Binary | 101000 | 10 | 10011100 | 1001010 | 1100011 | 0 | 100111 | 11111111 | 1100001 | 11111 |
Color Harmonies of #28029C
Complementary color
Monochromatic Colors of #28029C
Black with #28029C
Text Example
Text Example
White with #28029C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28029C; }
p { color: rgb(40,2,156); }
H1.HeaderClassName
{
color: #28029C;
}
.AnyTagClassName
{
color: #28029C;
}
</style>
background-color css
<style>
a { background-color: #28029C; }
a { background-color: rgb(40,2,156); }
div.DivClassName
{
background-color: #28029C;
}
.BgClassName
{
background-color: #28029C;
}
</style>
border-color css
<style>
span { border-color: #28029C; }
span { border-color: rgb(40,2,156); }
td.TdClassName
{
border-color: #28029C;
}
.TagClassName
{
border-color: #28029C;
}
</style>