Shades of Ultramarine #0E059B
Tints of Ultramarine #0E059B
RGB
CMYK
RGB Variations
Color information
#0E059B (or 0x0E059B) is known color: Ultramarine. HEX triplet: 0E, 05 and 9B. RGB value is (14,5,155). Sum of RGB (Red+Green+Blue) = 14+5+155=174 (23% of max value = 765). Red value is 14 (5.86% from 255 or 8.05% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 155 (60.94% from 255 or 89.08% from 174); Max value from RGB is 155 - color contains mainly: blue. Hex color #0E059B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E059B is #F1FA64. Grayscale: #181818. Windows color (decimal): -15858277 or 10159374. OLE color: 10159374.
HSL color Cylindrical-coordinate representation of color #0E059B: hue angle of 243.6º 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 #0E059B is Cyan = 0.91, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 14 | 5 | 155 | - |
| CMYK | 0.91 | 0.97 | 0 | 0.39 |
| HSL | 243.6º | 0.94% | 0.31% | - |
| HSV(B) | 243.6º | 0.97% | 0.61% | - |
| XYZ | 6.15 | 2.57 | 31.18 | - |
| YUV | 24.79 | 201.48 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 5 | 155 | 0.91 | 0.97 | 0 | 0.39 | 243.6 | 0.94 | 0.31 |
| Hex | E | 5 | 9B | 5B | 61 | 0 | 27 | F4 | 5E | 1F |
| Octal | 16 | 5 | 233 | 133 | 141 | 0 | 47 | 364 | 136 | 37 |
| Binary | 1110 | 101 | 10011011 | 1011011 | 1100001 | 0 | 100111 | 11110100 | 1011110 | 11111 |
Color Harmonies of #0E059B
Complementary color
Monochromatic Colors of #0E059B
Black with #0E059B
Text Example
Text Example
White with #0E059B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E059B; }
p { color: rgb(14,5,155); }
H1.HeaderClassName
{
color: #0E059B;
}
.AnyTagClassName
{
color: #0E059B;
}
</style>
background-color css
<style>
a { background-color: #0E059B; }
a { background-color: rgb(14,5,155); }
div.DivClassName
{
background-color: #0E059B;
}
.BgClassName
{
background-color: #0E059B;
}
</style>
border-color css
<style>
span { border-color: #0E059B; }
span { border-color: rgb(14,5,155); }
td.TdClassName
{
border-color: #0E059B;
}
.TagClassName
{
border-color: #0E059B;
}
</style>