Shades of Ultramarine #1E03AF
Tints of Ultramarine #1E03AF
RGB
CMYK
RGB Variations
Color information
#1E03AF (or 0x1E03AF) is known color: Ultramarine. HEX triplet: 1E, 03 and AF. RGB value is (30,3,175). Sum of RGB (Red+Green+Blue) = 30+3+175=208 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.42% from 208); Green value is 3 (1.56% from 255 or 1.44% from 208); Blue value is 175 (68.75% from 255 or 84.13% from 208); Max value from RGB is 175 - color contains mainly: blue. Hex color #1E03AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E03AF is #E1FC50. Grayscale: #1E1E1E. Windows color (decimal): -14810193 or 11469598. OLE color: 11469598.
HSL color Cylindrical-coordinate representation of color #1E03AF: hue angle of 249.42º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1E03AF is Cyan = 0.83, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 30 | 3 | 175 | - |
| CMYK | 0.83 | 0.98 | 0 | 0.31 |
| HSL | 249.42º | 0.97% | 0.35% | - |
| HSV(B) | 249.42º | 0.98% | 0.69% | - |
| XYZ | 8.31 | 3.44 | 40.78 | - |
| YUV | 30.68 | 209.45 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 3 | 175 | 0.83 | 0.98 | 0 | 0.31 | 249.42 | 0.97 | 0.35 |
| Hex | 1E | 3 | AF | 53 | 62 | 0 | 1F | F9 | 61 | 23 |
| Octal | 36 | 3 | 257 | 123 | 142 | 0 | 37 | 371 | 141 | 43 |
| Binary | 11110 | 11 | 10101111 | 1010011 | 1100010 | 0 | 11111 | 11111001 | 1100001 | 100011 |
Color Harmonies of #1E03AF
Complementary color
Monochromatic Colors of #1E03AF
Black with #1E03AF
Text Example
Text Example
White with #1E03AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E03AF; }
p { color: rgb(30,3,175); }
H1.HeaderClassName
{
color: #1E03AF;
}
.AnyTagClassName
{
color: #1E03AF;
}
</style>
background-color css
<style>
a { background-color: #1E03AF; }
a { background-color: rgb(30,3,175); }
div.DivClassName
{
background-color: #1E03AF;
}
.BgClassName
{
background-color: #1E03AF;
}
</style>
border-color css
<style>
span { border-color: #1E03AF; }
span { border-color: rgb(30,3,175); }
td.TdClassName
{
border-color: #1E03AF;
}
.TagClassName
{
border-color: #1E03AF;
}
</style>