Shades of Ultramarine #1E059B
Tints of Ultramarine #1E059B
RGB
CMYK
RGB Variations
Color information
#1E059B (or 0x1E059B) is known color: Ultramarine. HEX triplet: 1E, 05 and 9B. RGB value is (30,5,155). Sum of RGB (Red+Green+Blue) = 30+5+155=190 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.79% from 190); Green value is 5 (2.34% from 255 or 2.63% from 190); Blue value is 155 (60.94% from 255 or 81.58% from 190); Max value from RGB is 155 - color contains mainly: blue. Hex color #1E059B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E059B is #E1FA64. Grayscale: #1D1D1D. Windows color (decimal): -14809701 or 10159390. OLE color: 10159390.
HSL color Cylindrical-coordinate representation of color #1E059B: hue angle of 250º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1E059B is Cyan = 0.81, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 30 | 5 | 155 | - |
| CMYK | 0.81 | 0.97 | 0 | 0.39 |
| HSL | 250º | 0.94% | 0.31% | - |
| HSV(B) | 250º | 0.97% | 0.61% | - |
| XYZ | 6.51 | 2.75 | 31.2 | - |
| YUV | 29.58 | 198.78 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 5 | 155 | 0.81 | 0.97 | 0 | 0.39 | 250 | 0.94 | 0.31 |
| Hex | 1E | 5 | 9B | 51 | 61 | 0 | 27 | FA | 5E | 1F |
| Octal | 36 | 5 | 233 | 121 | 141 | 0 | 47 | 372 | 136 | 37 |
| Binary | 11110 | 101 | 10011011 | 1010001 | 1100001 | 0 | 100111 | 11111010 | 1011110 | 11111 |
Color Harmonies of #1E059B
Complementary color
Monochromatic Colors of #1E059B
Black with #1E059B
Text Example
Text Example
White with #1E059B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E059B; }
p { color: rgb(30,5,155); }
H1.HeaderClassName
{
color: #1E059B;
}
.AnyTagClassName
{
color: #1E059B;
}
</style>
background-color css
<style>
a { background-color: #1E059B; }
a { background-color: rgb(30,5,155); }
div.DivClassName
{
background-color: #1E059B;
}
.BgClassName
{
background-color: #1E059B;
}
</style>
border-color css
<style>
span { border-color: #1E059B; }
span { border-color: rgb(30,5,155); }
td.TdClassName
{
border-color: #1E059B;
}
.TagClassName
{
border-color: #1E059B;
}
</style>