Shades of Ultramarine #0E18A3
Tints of Ultramarine #0E18A3
RGB
CMYK
RGB Variations
Color information
#0E18A3 (or 0x0E18A3) is known color: Ultramarine. HEX triplet: 0E, 18 and A3. RGB value is (14,24,163). Sum of RGB (Red+Green+Blue) = 14+24+163=201 (26% of max value = 765). Red value is 14 (5.86% from 255 or 6.97% from 201); Green value is 24 (9.77% from 255 or 11.94% from 201); Blue value is 163 (64.06% from 255 or 81.09% from 201); Max value from RGB is 163 - color contains mainly: blue. Hex color #0E18A3 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E18A3 is #F1E75C. Grayscale: #242424. Windows color (decimal): -15853405 or 10688526. OLE color: 10688526.
HSL color Cylindrical-coordinate representation of color #0E18A3: hue angle of 235.97º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E18A3 is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 14 | 24 | 163 | - |
| CMYK | 0.91 | 0.85 | 0 | 0.36 |
| HSL | 235.97º | 0.84% | 0.35% | - |
| HSV(B) | 235.97º | 0.91% | 0.64% | - |
| XYZ | 7.12 | 3.39 | 34.93 | - |
| YUV | 36.86 | 199.19 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 24 | 163 | 0.91 | 0.85 | 0 | 0.36 | 235.97 | 0.84 | 0.35 |
| Hex | E | 18 | A3 | 5B | 55 | 0 | 24 | EC | 54 | 23 |
| Octal | 16 | 30 | 243 | 133 | 125 | 0 | 44 | 354 | 124 | 43 |
| Binary | 1110 | 11000 | 10100011 | 1011011 | 1010101 | 0 | 100100 | 11101100 | 1010100 | 100011 |
Color Harmonies of #0E18A3
Complementary color
Monochromatic Colors of #0E18A3
Black with #0E18A3
Text Example
Text Example
White with #0E18A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E18A3; }
p { color: rgb(14,24,163); }
H1.HeaderClassName
{
color: #0E18A3;
}
.AnyTagClassName
{
color: #0E18A3;
}
</style>
background-color css
<style>
a { background-color: #0E18A3; }
a { background-color: rgb(14,24,163); }
div.DivClassName
{
background-color: #0E18A3;
}
.BgClassName
{
background-color: #0E18A3;
}
</style>
border-color css
<style>
span { border-color: #0E18A3; }
span { border-color: rgb(14,24,163); }
td.TdClassName
{
border-color: #0E18A3;
}
.TagClassName
{
border-color: #0E18A3;
}
</style>