Shades of Sapphire #0E267A
Tints of Sapphire #0E267A
RGB
CMYK
RGB Variations
Color information
#0E267A (or 0x0E267A) is known color: Sapphire. HEX triplet: 0E, 26 and 7A. RGB value is (14,38,122). Sum of RGB (Red+Green+Blue) = 14+38+122=174 (23% of max value = 765). Red value is 14 (5.86% from 255 or 8.05% from 174); Green value is 38 (15.23% from 255 or 21.84% from 174); Blue value is 122 (48.05% from 255 or 70.11% from 174); Max value from RGB is 122 - color contains mainly: blue. Hex color #0E267A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E267A is #F1D985. Grayscale: #282828. Windows color (decimal): -15849862 or 8005134. OLE color: 8005134.
HSL color Cylindrical-coordinate representation of color #0E267A: hue angle of 226.67º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E267A is Cyan = 0.89, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 14 | 38 | 122 | - |
| CMYK | 0.89 | 0.69 | 0 | 0.52 |
| HSL | 226.67º | 0.79% | 0.27% | - |
| HSV(B) | 226.67º | 0.89% | 0.48% | - |
| XYZ | 4.39 | 2.88 | 18.74 | - |
| YUV | 40.4 | 174.05 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 38 | 122 | 0.89 | 0.69 | 0 | 0.52 | 226.67 | 0.79 | 0.27 |
| Hex | E | 26 | 7A | 59 | 45 | 0 | 34 | E3 | 4F | 1B |
| Octal | 16 | 46 | 172 | 131 | 105 | 0 | 64 | 343 | 117 | 33 |
| Binary | 1110 | 100110 | 1111010 | 1011001 | 1000101 | 0 | 110100 | 11100011 | 1001111 | 11011 |
Color Harmonies of #0E267A
Complementary color
Monochromatic Colors of #0E267A
Black with #0E267A
Text Example
Text Example
White with #0E267A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E267A; }
p { color: rgb(14,38,122); }
H1.HeaderClassName
{
color: #0E267A;
}
.AnyTagClassName
{
color: #0E267A;
}
</style>
background-color css
<style>
a { background-color: #0E267A; }
a { background-color: rgb(14,38,122); }
div.DivClassName
{
background-color: #0E267A;
}
.BgClassName
{
background-color: #0E267A;
}
</style>
border-color css
<style>
span { border-color: #0E267A; }
span { border-color: rgb(14,38,122); }
td.TdClassName
{
border-color: #0E267A;
}
.TagClassName
{
border-color: #0E267A;
}
</style>