Shades of Ultramarine #1E0CB3
Tints of Ultramarine #1E0CB3
RGB
CMYK
RGB Variations
Color information
#1E0CB3 (or 0x1E0CB3) is known color: Ultramarine. HEX triplet: 1E, 0C and B3. RGB value is (30,12,179). Sum of RGB (Red+Green+Blue) = 30+12+179=221 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.57% from 221); Green value is 12 (5.08% from 255 or 5.43% from 221); Blue value is 179 (70.31% from 255 or 81.00% from 221); Max value from RGB is 179 - color contains mainly: blue. Hex color #1E0CB3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E0CB3 is #E1F34C. Grayscale: #232323. Windows color (decimal): -14807885 or 11734046. OLE color: 11734046.
HSL color Cylindrical-coordinate representation of color #1E0CB3: hue angle of 246.47º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1E0CB3 is Cyan = 0.83, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 30 | 12 | 179 | - |
| CMYK | 0.83 | 0.93 | 0 | 0.30 |
| HSL | 246.47º | 0.87% | 0.37% | - |
| HSV(B) | 246.47º | 0.93% | 0.7% | - |
| XYZ | 8.8 | 3.79 | 42.92 | - |
| YUV | 36.42 | 208.46 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 12 | 179 | 0.83 | 0.93 | 0 | 0.30 | 246.47 | 0.87 | 0.37 |
| Hex | 1E | C | B3 | 53 | 5D | 0 | 1E | F6 | 57 | 25 |
| Octal | 36 | 14 | 263 | 123 | 135 | 0 | 36 | 366 | 127 | 45 |
| Binary | 11110 | 1100 | 10110011 | 1010011 | 1011101 | 0 | 11110 | 11110110 | 1010111 | 100101 |
Color Harmonies of #1E0CB3
Complementary color
Monochromatic Colors of #1E0CB3
Black with #1E0CB3
Text Example
Text Example
White with #1E0CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0CB3; }
p { color: rgb(30,12,179); }
H1.HeaderClassName
{
color: #1E0CB3;
}
.AnyTagClassName
{
color: #1E0CB3;
}
</style>
background-color css
<style>
a { background-color: #1E0CB3; }
a { background-color: rgb(30,12,179); }
div.DivClassName
{
background-color: #1E0CB3;
}
.BgClassName
{
background-color: #1E0CB3;
}
</style>
border-color css
<style>
span { border-color: #1E0CB3; }
span { border-color: rgb(30,12,179); }
td.TdClassName
{
border-color: #1E0CB3;
}
.TagClassName
{
border-color: #1E0CB3;
}
</style>