Shades of Sapphire #0E2C6C
Tints of Sapphire #0E2C6C
RGB
CMYK
RGB Variations
Color information
#0E2C6C (or 0x0E2C6C) is known color: Sapphire. HEX triplet: 0E, 2C and 6C. RGB value is (14,44,108). Sum of RGB (Red+Green+Blue) = 14+44+108=166 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.43% from 166); Green value is 44 (17.58% from 255 or 26.51% from 166); Blue value is 108 (42.58% from 255 or 65.06% from 166); Max value from RGB is 108 - color contains mainly: blue. Hex color #0E2C6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E2C6C is #F1D393. Grayscale: #2A2A2A. Windows color (decimal): -15848340 or 7089166. OLE color: 7089166.
HSL color Cylindrical-coordinate representation of color #0E2C6C: hue angle of 220.85º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E2C6C is Cyan = 0.87, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 14 | 44 | 108 | - |
| CMYK | 0.87 | 0.59 | 0 | 0.58 |
| HSL | 220.85º | 0.77% | 0.24% | - |
| HSV(B) | 220.85º | 0.87% | 0.42% | - |
| XYZ | 3.79 | 2.98 | 14.56 | - |
| YUV | 42.33 | 165.06 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 44 | 108 | 0.87 | 0.59 | 0 | 0.58 | 220.85 | 0.77 | 0.24 |
| Hex | E | 2C | 6C | 57 | 3B | 0 | 3A | DD | 4D | 18 |
| Octal | 16 | 54 | 154 | 127 | 73 | 0 | 72 | 335 | 115 | 30 |
| Binary | 1110 | 101100 | 1101100 | 1010111 | 111011 | 0 | 111010 | 11011101 | 1001101 | 11000 |
Color Harmonies of #0E2C6C
Complementary color
Monochromatic Colors of #0E2C6C
Black with #0E2C6C
Text Example
Text Example
White with #0E2C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2C6C; }
p { color: rgb(14,44,108); }
H1.HeaderClassName
{
color: #0E2C6C;
}
.AnyTagClassName
{
color: #0E2C6C;
}
</style>
background-color css
<style>
a { background-color: #0E2C6C; }
a { background-color: rgb(14,44,108); }
div.DivClassName
{
background-color: #0E2C6C;
}
.BgClassName
{
background-color: #0E2C6C;
}
</style>
border-color css
<style>
span { border-color: #0E2C6C; }
span { border-color: rgb(14,44,108); }
td.TdClassName
{
border-color: #0E2C6C;
}
.TagClassName
{
border-color: #0E2C6C;
}
</style>