Shades of Ultramarine #1E009D
Tints of Ultramarine #1E009D
RGB
CMYK
RGB Variations
Color information
#1E009D (or 0x1E009D) is known color: Ultramarine. HEX triplet: 1E, 00 and 9D. RGB value is (30,0,157). Sum of RGB (Red+Green+Blue) = 30+0+157=187 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.04% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 157 (61.72% from 255 or 83.96% from 187); Max value from RGB is 157 - color contains mainly: blue. Hex color #1E009D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E009D is #E1FF62. Grayscale: #1A1A1A. Windows color (decimal): -14810979 or 10289182. OLE color: 10289182.
HSL color Cylindrical-coordinate representation of color #1E009D: hue angle of 251.46º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1E009D is Cyan = 0.81, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 30 | 0 | 157 | - |
| CMYK | 0.81 | 1 | 0 | 0.38 |
| HSL | 251.47º | 1% | 0.31% | - |
| HSV(B) | 251.47º | 1% | 0.62% | - |
| XYZ | 6.62 | 2.71 | 32.07 | - |
| YUV | 26.87 | 201.44 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 0 | 157 | 0.81 | 1 | 0 | 0.38 | 251.47 | 1 | 0.31 |
| Hex | 1E | 0 | 9D | 51 | 64 | 0 | 26 | FB | 64 | 1F |
| Octal | 36 | 0 | 235 | 121 | 144 | 0 | 46 | 373 | 144 | 37 |
| Binary | 11110 | 0 | 10011101 | 1010001 | 1100100 | 0 | 100110 | 11111011 | 1100100 | 11111 |
Color Harmonies of #1E009D
Complementary color
Monochromatic Colors of #1E009D
Black with #1E009D
Text Example
Text Example
White with #1E009D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E009D; }
p { color: rgb(30,0,157); }
H1.HeaderClassName
{
color: #1E009D;
}
.AnyTagClassName
{
color: #1E009D;
}
</style>
background-color css
<style>
a { background-color: #1E009D; }
a { background-color: rgb(30,0,157); }
div.DivClassName
{
background-color: #1E009D;
}
.BgClassName
{
background-color: #1E009D;
}
</style>
border-color css
<style>
span { border-color: #1E009D; }
span { border-color: rgb(30,0,157); }
td.TdClassName
{
border-color: #1E009D;
}
.TagClassName
{
border-color: #1E009D;
}
</style>