Shades of Sapphire #0E2C68
Tints of Sapphire #0E2C68
RGB
CMYK
RGB Variations
Color information
#0E2C68 (or 0x0E2C68) is known color: Sapphire. HEX triplet: 0E, 2C and 68. RGB value is (14,44,104). Sum of RGB (Red+Green+Blue) = 14+44+104=162 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.64% from 162); Green value is 44 (17.58% from 255 or 27.16% from 162); Blue value is 104 (41.02% from 255 or 64.20% from 162); Max value from RGB is 104 - color contains mainly: blue. Hex color #0E2C68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E2C68 is #F1D397. Grayscale: #292929. Windows color (decimal): -15848344 or 6827022. OLE color: 6827022.
HSL color Cylindrical-coordinate representation of color #0E2C68: hue angle of 220º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E2C68 is Cyan = 0.87, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 14 | 44 | 104 | - |
| CMYK | 0.87 | 0.58 | 0 | 0.59 |
| HSL | 220º | 0.76% | 0.23% | - |
| HSV(B) | 220º | 0.87% | 0.41% | - |
| XYZ | 3.58 | 2.89 | 13.47 | - |
| YUV | 41.87 | 163.06 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 44 | 104 | 0.87 | 0.58 | 0 | 0.59 | 220 | 0.76 | 0.23 |
| Hex | E | 2C | 68 | 57 | 3A | 0 | 3B | DC | 4C | 17 |
| Octal | 16 | 54 | 150 | 127 | 72 | 0 | 73 | 334 | 114 | 27 |
| Binary | 1110 | 101100 | 1101000 | 1010111 | 111010 | 0 | 111011 | 11011100 | 1001100 | 10111 |
Color Harmonies of #0E2C68
Complementary color
Monochromatic Colors of #0E2C68
Black with #0E2C68
Text Example
Text Example
White with #0E2C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2C68; }
p { color: rgb(14,44,104); }
H1.HeaderClassName
{
color: #0E2C68;
}
.AnyTagClassName
{
color: #0E2C68;
}
</style>
background-color css
<style>
a { background-color: #0E2C68; }
a { background-color: rgb(14,44,104); }
div.DivClassName
{
background-color: #0E2C68;
}
.BgClassName
{
background-color: #0E2C68;
}
</style>
border-color css
<style>
span { border-color: #0E2C68; }
span { border-color: rgb(14,44,104); }
td.TdClassName
{
border-color: #0E2C68;
}
.TagClassName
{
border-color: #0E2C68;
}
</style>