Shades of Sapphire #0E2763
Tints of Sapphire #0E2763
RGB
CMYK
RGB Variations
Color information
#0E2763 (or 0x0E2763) is known color: Sapphire. HEX triplet: 0E, 27 and 63. RGB value is (14,39,99). Sum of RGB (Red+Green+Blue) = 14+39+99=152 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.21% from 152); Green value is 39 (15.62% from 255 or 25.66% from 152); Blue value is 99 (39.06% from 255 or 65.13% from 152); Max value from RGB is 99 - color contains mainly: blue. Hex color #0E2763 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E2763 is #F1D89C. Grayscale: #262626. Windows color (decimal): -15849629 or 6498062. OLE color: 6498062.
HSL color Cylindrical-coordinate representation of color #0E2763: hue angle of 222.35º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E2763 is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 14 | 39 | 99 | - |
| CMYK | 0.86 | 0.61 | 0 | 0.61 |
| HSL | 222.35º | 0.75% | 0.22% | - |
| HSV(B) | 222.35º | 0.86% | 0.39% | - |
| XYZ | 3.16 | 2.45 | 12.11 | - |
| YUV | 38.37 | 162.22 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 39 | 99 | 0.86 | 0.61 | 0 | 0.61 | 222.35 | 0.75 | 0.22 |
| Hex | E | 27 | 63 | 56 | 3D | 0 | 3D | DE | 4B | 16 |
| Octal | 16 | 47 | 143 | 126 | 75 | 0 | 75 | 336 | 113 | 26 |
| Binary | 1110 | 100111 | 1100011 | 1010110 | 111101 | 0 | 111101 | 11011110 | 1001011 | 10110 |
Color Harmonies of #0E2763
Complementary color
Monochromatic Colors of #0E2763
Black with #0E2763
Text Example
Text Example
White with #0E2763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2763; }
p { color: rgb(14,39,99); }
H1.HeaderClassName
{
color: #0E2763;
}
.AnyTagClassName
{
color: #0E2763;
}
</style>
background-color css
<style>
a { background-color: #0E2763; }
a { background-color: rgb(14,39,99); }
div.DivClassName
{
background-color: #0E2763;
}
.BgClassName
{
background-color: #0E2763;
}
</style>
border-color css
<style>
span { border-color: #0E2763; }
span { border-color: rgb(14,39,99); }
td.TdClassName
{
border-color: #0E2763;
}
.TagClassName
{
border-color: #0E2763;
}
</style>