Shades of Ultramarine #1E238B
Tints of Ultramarine #1E238B
RGB
CMYK
RGB Variations
Color information
#1E238B (or 0x1E238B) is known color: Ultramarine. HEX triplet: 1E, 23 and 8B. RGB value is (30,35,139). Sum of RGB (Red+Green+Blue) = 30+35+139=204 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.71% from 204); Green value is 35 (14.06% from 255 or 17.16% from 204); Blue value is 139 (54.69% from 255 or 68.14% from 204); Max value from RGB is 139 - color contains mainly: blue. Hex color #1E238B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E238B is #E1DC74. Grayscale: #2C2C2C. Windows color (decimal): -14802037 or 9118494. OLE color: 9118494.
HSL color Cylindrical-coordinate representation of color #1E238B: hue angle of 237.25º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E238B is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 30 | 35 | 139 | - |
| CMYK | 0.78 | 0.75 | 0 | 0.45 |
| HSL | 237.25º | 0.64% | 0.33% | - |
| HSV(B) | 237.25º | 0.78% | 0.55% | - |
| XYZ | 5.8 | 3.34 | 24.77 | - |
| YUV | 45.36 | 180.84 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 35 | 139 | 0.78 | 0.75 | 0 | 0.45 | 237.25 | 0.64 | 0.33 |
| Hex | 1E | 23 | 8B | 4E | 4B | 0 | 2D | ED | 40 | 21 |
| Octal | 36 | 43 | 213 | 116 | 113 | 0 | 55 | 355 | 100 | 41 |
| Binary | 11110 | 100011 | 10001011 | 1001110 | 1001011 | 0 | 101101 | 11101101 | 1000000 | 100001 |
Color Harmonies of #1E238B
Complementary color
Monochromatic Colors of #1E238B
Black with #1E238B
Text Example
Text Example
White with #1E238B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E238B; }
p { color: rgb(30,35,139); }
H1.HeaderClassName
{
color: #1E238B;
}
.AnyTagClassName
{
color: #1E238B;
}
</style>
background-color css
<style>
a { background-color: #1E238B; }
a { background-color: rgb(30,35,139); }
div.DivClassName
{
background-color: #1E238B;
}
.BgClassName
{
background-color: #1E238B;
}
</style>
border-color css
<style>
span { border-color: #1E238B; }
span { border-color: rgb(30,35,139); }
td.TdClassName
{
border-color: #1E238B;
}
.TagClassName
{
border-color: #1E238B;
}
</style>