Shades of Ultramarine #30119F
Tints of Ultramarine #30119F
RGB
CMYK
RGB Variations
Color information
#30119F (or 0x30119F) is known color: Ultramarine. HEX triplet: 30, 11 and 9F. RGB value is (48,17,159). Sum of RGB (Red+Green+Blue) = 48+17+159=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 17 (7.03% from 255 or 7.59% from 224); Blue value is 159 (62.5% from 255 or 70.98% from 224); Max value from RGB is 159 - color contains mainly: blue. Hex color #30119F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30119F is #CFEE60. Grayscale: #292929. Windows color (decimal): -13626977 or 10424624. OLE color: 10424624.
HSL color Cylindrical-coordinate representation of color #30119F: hue angle of 253.1º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #30119F is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 48 | 17 | 159 | - |
| CMYK | 0.70 | 0.89 | 0 | 0.38 |
| HSL | 253.1º | 0.81% | 0.35% | - |
| HSV(B) | 253.1º | 0.89% | 0.62% | - |
| XYZ | 7.68 | 3.53 | 33.08 | - |
| YUV | 42.46 | 193.77 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 17 | 159 | 0.70 | 0.89 | 0 | 0.38 | 253.1 | 0.81 | 0.35 |
| Hex | 30 | 11 | 9F | 46 | 59 | 0 | 26 | FD | 51 | 23 |
| Octal | 60 | 21 | 237 | 106 | 131 | 0 | 46 | 375 | 121 | 43 |
| Binary | 110000 | 10001 | 10011111 | 1000110 | 1011001 | 0 | 100110 | 11111101 | 1010001 | 100011 |
Color Harmonies of #30119F
Complementary color
Monochromatic Colors of #30119F
Black with #30119F
Text Example
Text Example
White with #30119F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30119F; }
p { color: rgb(48,17,159); }
H1.HeaderClassName
{
color: #30119F;
}
.AnyTagClassName
{
color: #30119F;
}
</style>
background-color css
<style>
a { background-color: #30119F; }
a { background-color: rgb(48,17,159); }
div.DivClassName
{
background-color: #30119F;
}
.BgClassName
{
background-color: #30119F;
}
</style>
border-color css
<style>
span { border-color: #30119F; }
span { border-color: rgb(48,17,159); }
td.TdClassName
{
border-color: #30119F;
}
.TagClassName
{
border-color: #30119F;
}
</style>