Shades of Ultramarine #28039D
Tints of Ultramarine #28039D
RGB
CMYK
RGB Variations
Color information
#28039D (or 0x28039D) is known color: Ultramarine. HEX triplet: 28, 03 and 9D. RGB value is (40,3,157). Sum of RGB (Red+Green+Blue) = 40+3+157=200 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20% from 200); Green value is 3 (1.56% from 255 or 1.5% from 200); Blue value is 157 (61.72% from 255 or 78.5% from 200); Max value from RGB is 157 - color contains mainly: blue. Hex color #28039D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28039D is #D7FC62. Grayscale: #1F1F1F. Windows color (decimal): -14154851 or 10289960. OLE color: 10289960.
HSL color Cylindrical-coordinate representation of color #28039D: hue angle of 254.42º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #28039D is Cyan = 0.75, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 3 | 157 | - |
| CMYK | 0.75 | 0.98 | 0 | 0.38 |
| HSL | 254.42º | 0.96% | 0.31% | - |
| HSV(B) | 254.42º | 0.98% | 0.62% | - |
| XYZ | 6.99 | 2.95 | 32.1 | - |
| YUV | 31.62 | 198.76 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 3 | 157 | 0.75 | 0.98 | 0 | 0.38 | 254.42 | 0.96 | 0.31 |
| Hex | 28 | 3 | 9D | 4B | 62 | 0 | 26 | FE | 60 | 1F |
| Octal | 50 | 3 | 235 | 113 | 142 | 0 | 46 | 376 | 140 | 37 |
| Binary | 101000 | 11 | 10011101 | 1001011 | 1100010 | 0 | 100110 | 11111110 | 1100000 | 11111 |
Color Harmonies of #28039D
Complementary color
Monochromatic Colors of #28039D
Black with #28039D
Text Example
Text Example
White with #28039D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28039D; }
p { color: rgb(40,3,157); }
H1.HeaderClassName
{
color: #28039D;
}
.AnyTagClassName
{
color: #28039D;
}
</style>
background-color css
<style>
a { background-color: #28039D; }
a { background-color: rgb(40,3,157); }
div.DivClassName
{
background-color: #28039D;
}
.BgClassName
{
background-color: #28039D;
}
</style>
border-color css
<style>
span { border-color: #28039D; }
span { border-color: rgb(40,3,157); }
td.TdClassName
{
border-color: #28039D;
}
.TagClassName
{
border-color: #28039D;
}
</style>