Shades of Ultramarine #300EA9
Tints of Ultramarine #300EA9
RGB
CMYK
RGB Variations
Color information
#300EA9 (or 0x300EA9) is known color: Ultramarine. HEX triplet: 30, 0E and A9. RGB value is (48,14,169). Sum of RGB (Red+Green+Blue) = 48+14+169=231 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.78% from 231); Green value is 14 (5.86% from 255 or 6.06% from 231); Blue value is 169 (66.41% from 255 or 73.16% from 231); Max value from RGB is 169 - color contains mainly: blue. Hex color #300EA9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #300EA9 is #CFF156. Grayscale: #292929. Windows color (decimal): -13627735 or 11079216. OLE color: 11079216.
HSL color Cylindrical-coordinate representation of color #300EA9: hue angle of 253.16º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #300EA9 is Cyan = 0.72, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 48 | 14 | 169 | - |
| CMYK | 0.72 | 0.92 | 0 | 0.34 |
| HSL | 253.16º | 0.85% | 0.36% | - |
| HSV(B) | 253.16º | 0.92% | 0.66% | - |
| XYZ | 8.54 | 3.81 | 37.82 | - |
| YUV | 41.84 | 199.76 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 14 | 169 | 0.72 | 0.92 | 0 | 0.34 | 253.16 | 0.85 | 0.36 |
| Hex | 30 | E | A9 | 48 | 5C | 0 | 22 | FD | 55 | 24 |
| Octal | 60 | 16 | 251 | 110 | 134 | 0 | 42 | 375 | 125 | 44 |
| Binary | 110000 | 1110 | 10101001 | 1001000 | 1011100 | 0 | 100010 | 11111101 | 1010101 | 100100 |
Color Harmonies of #300EA9
Complementary color
Monochromatic Colors of #300EA9
Black with #300EA9
Text Example
Text Example
White with #300EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300EA9; }
p { color: rgb(48,14,169); }
H1.HeaderClassName
{
color: #300EA9;
}
.AnyTagClassName
{
color: #300EA9;
}
</style>
background-color css
<style>
a { background-color: #300EA9; }
a { background-color: rgb(48,14,169); }
div.DivClassName
{
background-color: #300EA9;
}
.BgClassName
{
background-color: #300EA9;
}
</style>
border-color css
<style>
span { border-color: #300EA9; }
span { border-color: rgb(48,14,169); }
td.TdClassName
{
border-color: #300EA9;
}
.TagClassName
{
border-color: #300EA9;
}
</style>