Shades of Ultramarine #30189E
Tints of Ultramarine #30189E
RGB
CMYK
RGB Variations
Color information
#30189E (or 0x30189E) is known color: Ultramarine. HEX triplet: 30, 18 and 9E. RGB value is (48,24,158). Sum of RGB (Red+Green+Blue) = 48+24+158=230 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.87% from 230); Green value is 24 (9.77% from 255 or 10.43% from 230); Blue value is 158 (62.11% from 255 or 68.70% from 230); Max value from RGB is 158 - color contains mainly: blue. Hex color #30189E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #30189E is #CFE761. Grayscale: #2D2D2D. Windows color (decimal): -13625186 or 10360880. OLE color: 10360880.
HSL color Cylindrical-coordinate representation of color #30189E: hue angle of 250.75º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #30189E is Cyan = 0.70, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 48 | 24 | 158 | - |
| CMYK | 0.70 | 0.85 | 0 | 0.38 |
| HSL | 250.75º | 0.74% | 0.36% | - |
| HSV(B) | 250.75º | 0.85% | 0.62% | - |
| XYZ | 7.72 | 3.75 | 32.66 | - |
| YUV | 46.45 | 190.95 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 24 | 158 | 0.70 | 0.85 | 0 | 0.38 | 250.75 | 0.74 | 0.36 |
| Hex | 30 | 18 | 9E | 46 | 55 | 0 | 26 | FB | 4A | 24 |
| Octal | 60 | 30 | 236 | 106 | 125 | 0 | 46 | 373 | 112 | 44 |
| Binary | 110000 | 11000 | 10011110 | 1000110 | 1010101 | 0 | 100110 | 11111011 | 1001010 | 100100 |
Color Harmonies of #30189E
Complementary color
Monochromatic Colors of #30189E
Black with #30189E
Text Example
Text Example
White with #30189E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30189E; }
p { color: rgb(48,24,158); }
H1.HeaderClassName
{
color: #30189E;
}
.AnyTagClassName
{
color: #30189E;
}
</style>
background-color css
<style>
a { background-color: #30189E; }
a { background-color: rgb(48,24,158); }
div.DivClassName
{
background-color: #30189E;
}
.BgClassName
{
background-color: #30189E;
}
</style>
border-color css
<style>
span { border-color: #30189E; }
span { border-color: rgb(48,24,158); }
td.TdClassName
{
border-color: #30189E;
}
.TagClassName
{
border-color: #30189E;
}
</style>