Shades of Sapphire #0E3067
Tints of Sapphire #0E3067
RGB
CMYK
RGB Variations
Color information
#0E3067 (or 0x0E3067) is known color: Sapphire. HEX triplet: 0E, 30 and 67. RGB value is (14,48,103). Sum of RGB (Red+Green+Blue) = 14+48+103=165 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.48% from 165); Green value is 48 (19.14% from 255 or 29.09% from 165); Blue value is 103 (40.62% from 255 or 62.42% from 165); Max value from RGB is 103 - color contains mainly: blue. Hex color #0E3067 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E3067 is #F1CF98. Grayscale: #2B2B2B. Windows color (decimal): -15847321 or 6762510. OLE color: 6762510.
HSL color Cylindrical-coordinate representation of color #0E3067: hue angle of 217.08º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E3067 is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 14 | 48 | 103 | - |
| CMYK | 0.86 | 0.53 | 0 | 0.60 |
| HSL | 217.08º | 0.76% | 0.23% | - |
| HSV(B) | 217.08º | 0.86% | 0.4% | - |
| XYZ | 3.69 | 3.19 | 13.25 | - |
| YUV | 44.1 | 161.24 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 48 | 103 | 0.86 | 0.53 | 0 | 0.60 | 217.08 | 0.76 | 0.23 |
| Hex | E | 30 | 67 | 56 | 35 | 0 | 3C | D9 | 4C | 17 |
| Octal | 16 | 60 | 147 | 126 | 65 | 0 | 74 | 331 | 114 | 27 |
| Binary | 1110 | 110000 | 1100111 | 1010110 | 110101 | 0 | 111100 | 11011001 | 1001100 | 10111 |
Color Harmonies of #0E3067
Complementary color
Monochromatic Colors of #0E3067
Black with #0E3067
Text Example
Text Example
White with #0E3067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3067; }
p { color: rgb(14,48,103); }
H1.HeaderClassName
{
color: #0E3067;
}
.AnyTagClassName
{
color: #0E3067;
}
</style>
background-color css
<style>
a { background-color: #0E3067; }
a { background-color: rgb(14,48,103); }
div.DivClassName
{
background-color: #0E3067;
}
.BgClassName
{
background-color: #0E3067;
}
</style>
border-color css
<style>
span { border-color: #0E3067; }
span { border-color: rgb(14,48,103); }
td.TdClassName
{
border-color: #0E3067;
}
.TagClassName
{
border-color: #0E3067;
}
</style>