Shades of Ultramarine #1E07AD
Tints of Ultramarine #1E07AD
RGB
CMYK
RGB Variations
Color information
#1E07AD (or 0x1E07AD) is known color: Ultramarine. HEX triplet: 1E, 07 and AD. RGB value is (30,7,173). Sum of RGB (Red+Green+Blue) = 30+7+173=210 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.29% from 210); Green value is 7 (3.12% from 255 or 3.33% from 210); Blue value is 173 (67.97% from 255 or 82.38% from 210); Max value from RGB is 173 - color contains mainly: blue. Hex color #1E07AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E07AD is #E1F852. Grayscale: #202020. Windows color (decimal): -14809171 or 11339550. OLE color: 11339550.
HSL color Cylindrical-coordinate representation of color #1E07AD: hue angle of 248.31º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1E07AD is Cyan = 0.83, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 30 | 7 | 173 | - |
| CMYK | 0.83 | 0.96 | 0 | 0.32 |
| HSL | 248.31º | 0.92% | 0.35% | - |
| HSV(B) | 248.31º | 0.96% | 0.68% | - |
| XYZ | 8.15 | 3.45 | 39.77 | - |
| YUV | 32.8 | 207.12 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 7 | 173 | 0.83 | 0.96 | 0 | 0.32 | 248.31 | 0.92 | 0.35 |
| Hex | 1E | 7 | AD | 53 | 60 | 0 | 20 | F8 | 5C | 23 |
| Octal | 36 | 7 | 255 | 123 | 140 | 0 | 40 | 370 | 134 | 43 |
| Binary | 11110 | 111 | 10101101 | 1010011 | 1100000 | 0 | 100000 | 11111000 | 1011100 | 100011 |
Color Harmonies of #1E07AD
Complementary color
Monochromatic Colors of #1E07AD
Black with #1E07AD
Text Example
Text Example
White with #1E07AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E07AD; }
p { color: rgb(30,7,173); }
H1.HeaderClassName
{
color: #1E07AD;
}
.AnyTagClassName
{
color: #1E07AD;
}
</style>
background-color css
<style>
a { background-color: #1E07AD; }
a { background-color: rgb(30,7,173); }
div.DivClassName
{
background-color: #1E07AD;
}
.BgClassName
{
background-color: #1E07AD;
}
</style>
border-color css
<style>
span { border-color: #1E07AD; }
span { border-color: rgb(30,7,173); }
td.TdClassName
{
border-color: #1E07AD;
}
.TagClassName
{
border-color: #1E07AD;
}
</style>