Shades of Ultramarine #28009E
Tints of Ultramarine #28009E
RGB
CMYK
RGB Variations
Color information
#28009E (or 0x28009E) is known color: Ultramarine. HEX triplet: 28, 00 and 9E. RGB value is (40,0,158). Sum of RGB (Red+Green+Blue) = 40+0+158=198 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.20% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 158 (62.11% from 255 or 79.80% from 198); Max value from RGB is 158 - color contains mainly: blue. Hex color #28009E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28009E is #D7FF61. Grayscale: #1D1D1D. Windows color (decimal): -14155618 or 10354728. OLE color: 10354728.
HSL color Cylindrical-coordinate representation of color #28009E: hue angle of 255.19º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #28009E is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 0 | 158 | - |
| CMYK | 0.75 | 1 | 0 | 0.38 |
| HSL | 255.19º | 1% | 0.31% | - |
| HSV(B) | 255.19º | 1% | 0.62% | - |
| XYZ | 7.05 | 2.92 | 32.54 | - |
| YUV | 29.97 | 200.25 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 0 | 158 | 0.75 | 1 | 0 | 0.38 | 255.19 | 1 | 0.31 |
| Hex | 28 | 0 | 9E | 4B | 64 | 0 | 26 | FF | 64 | 1F |
| Octal | 50 | 0 | 236 | 113 | 144 | 0 | 46 | 377 | 144 | 37 |
| Binary | 101000 | 0 | 10011110 | 1001011 | 1100100 | 0 | 100110 | 11111111 | 1100100 | 11111 |
Color Harmonies of #28009E
Complementary color
Monochromatic Colors of #28009E
Black with #28009E
Text Example
Text Example
White with #28009E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28009E; }
p { color: rgb(40,0,158); }
H1.HeaderClassName
{
color: #28009E;
}
.AnyTagClassName
{
color: #28009E;
}
</style>
background-color css
<style>
a { background-color: #28009E; }
a { background-color: rgb(40,0,158); }
div.DivClassName
{
background-color: #28009E;
}
.BgClassName
{
background-color: #28009E;
}
</style>
border-color css
<style>
span { border-color: #28009E; }
span { border-color: rgb(40,0,158); }
td.TdClassName
{
border-color: #28009E;
}
.TagClassName
{
border-color: #28009E;
}
</style>