Shades of Ultramarine #1E1B95
Tints of Ultramarine #1E1B95
RGB
CMYK
RGB Variations
Color information
#1E1B95 (or 0x1E1B95) is known color: Ultramarine. HEX triplet: 1E, 1B and 95. RGB value is (30,27,149). Sum of RGB (Red+Green+Blue) = 30+27+149=206 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.56% from 206); Green value is 27 (10.94% from 255 or 13.11% from 206); Blue value is 149 (58.59% from 255 or 72.33% from 206); Max value from RGB is 149 - color contains mainly: blue. Hex color #1E1B95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E1B95 is #E1E46A. Grayscale: #292929. Windows color (decimal): -14804075 or 9771806. OLE color: 9771806.
HSL color Cylindrical-coordinate representation of color #1E1B95: hue angle of 241.48º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1E1B95 is Cyan = 0.80, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 30 | 27 | 149 | - |
| CMYK | 0.80 | 0.82 | 0 | 0.42 |
| HSL | 241.48º | 0.69% | 0.35% | - |
| HSV(B) | 241.48º | 0.82% | 0.58% | - |
| XYZ | 6.35 | 3.23 | 28.72 | - |
| YUV | 41.81 | 188.49 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 27 | 149 | 0.80 | 0.82 | 0 | 0.42 | 241.48 | 0.69 | 0.35 |
| Hex | 1E | 1B | 95 | 50 | 52 | 0 | 2A | F1 | 45 | 23 |
| Octal | 36 | 33 | 225 | 120 | 122 | 0 | 52 | 361 | 105 | 43 |
| Binary | 11110 | 11011 | 10010101 | 1010000 | 1010010 | 0 | 101010 | 11110001 | 1000101 | 100011 |
Color Harmonies of #1E1B95
Complementary color
Monochromatic Colors of #1E1B95
Black with #1E1B95
Text Example
Text Example
White with #1E1B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1B95; }
p { color: rgb(30,27,149); }
H1.HeaderClassName
{
color: #1E1B95;
}
.AnyTagClassName
{
color: #1E1B95;
}
</style>
background-color css
<style>
a { background-color: #1E1B95; }
a { background-color: rgb(30,27,149); }
div.DivClassName
{
background-color: #1E1B95;
}
.BgClassName
{
background-color: #1E1B95;
}
</style>
border-color css
<style>
span { border-color: #1E1B95; }
span { border-color: rgb(30,27,149); }
td.TdClassName
{
border-color: #1E1B95;
}
.TagClassName
{
border-color: #1E1B95;
}
</style>