Shades of Ultramarine #1E038B
Tints of Ultramarine #1E038B
RGB
CMYK
RGB Variations
Color information
#1E038B (or 0x1E038B) is known color: Ultramarine. HEX triplet: 1E, 03 and 8B. RGB value is (30,3,139). Sum of RGB (Red+Green+Blue) = 30+3+139=172 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.44% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 139 (54.69% from 255 or 80.81% from 172); Max value from RGB is 139 - color contains mainly: blue. Hex color #1E038B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E038B is #E1FC74. Grayscale: #1A1A1A. Windows color (decimal): -14810229 or 9110302. OLE color: 9110302.
HSL color Cylindrical-coordinate representation of color #1E038B: hue angle of 251.91º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1E038B is Cyan = 0.78, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 30 | 3 | 139 | - |
| CMYK | 0.78 | 0.98 | 0 | 0.45 |
| HSL | 251.91º | 0.96% | 0.28% | - |
| HSV(B) | 251.91º | 0.98% | 0.55% | - |
| XYZ | 5.23 | 2.21 | 24.58 | - |
| YUV | 26.58 | 191.45 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 3 | 139 | 0.78 | 0.98 | 0 | 0.45 | 251.91 | 0.96 | 0.28 |
| Hex | 1E | 3 | 8B | 4E | 62 | 0 | 2D | FC | 60 | 1C |
| Octal | 36 | 3 | 213 | 116 | 142 | 0 | 55 | 374 | 140 | 34 |
| Binary | 11110 | 11 | 10001011 | 1001110 | 1100010 | 0 | 101101 | 11111100 | 1100000 | 11100 |
Color Harmonies of #1E038B
Complementary color
Monochromatic Colors of #1E038B
Black with #1E038B
Text Example
Text Example
White with #1E038B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E038B; }
p { color: rgb(30,3,139); }
H1.HeaderClassName
{
color: #1E038B;
}
.AnyTagClassName
{
color: #1E038B;
}
</style>
background-color css
<style>
a { background-color: #1E038B; }
a { background-color: rgb(30,3,139); }
div.DivClassName
{
background-color: #1E038B;
}
.BgClassName
{
background-color: #1E038B;
}
</style>
border-color css
<style>
span { border-color: #1E038B; }
span { border-color: rgb(30,3,139); }
td.TdClassName
{
border-color: #1E038B;
}
.TagClassName
{
border-color: #1E038B;
}
</style>