Shades of Sapphire #0E257A
Tints of Sapphire #0E257A
RGB
CMYK
RGB Variations
Color information
#0E257A (or 0x0E257A) is known color: Sapphire. HEX triplet: 0E, 25 and 7A. RGB value is (14,37,122). Sum of RGB (Red+Green+Blue) = 14+37+122=173 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.09% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 122 (48.05% from 255 or 70.52% from 173); Max value from RGB is 122 - color contains mainly: blue. Hex color #0E257A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E257A is #F1DA85. Grayscale: #272727. Windows color (decimal): -15850118 or 8004878. OLE color: 8004878.
HSL color Cylindrical-coordinate representation of color #0E257A: hue angle of 227.22º 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 #0E257A is Cyan = 0.89, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 14 | 37 | 122 | - |
| CMYK | 0.89 | 0.70 | 0 | 0.52 |
| HSL | 227.22º | 0.79% | 0.27% | - |
| HSV(B) | 227.22º | 0.89% | 0.48% | - |
| XYZ | 4.36 | 2.82 | 18.73 | - |
| YUV | 39.81 | 174.38 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 37 | 122 | 0.89 | 0.70 | 0 | 0.52 | 227.22 | 0.79 | 0.27 |
| Hex | E | 25 | 7A | 59 | 46 | 0 | 34 | E3 | 4F | 1B |
| Octal | 16 | 45 | 172 | 131 | 106 | 0 | 64 | 343 | 117 | 33 |
| Binary | 1110 | 100101 | 1111010 | 1011001 | 1000110 | 0 | 110100 | 11100011 | 1001111 | 11011 |
Color Harmonies of #0E257A
Complementary color
Monochromatic Colors of #0E257A
Black with #0E257A
Text Example
Text Example
White with #0E257A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E257A; }
p { color: rgb(14,37,122); }
H1.HeaderClassName
{
color: #0E257A;
}
.AnyTagClassName
{
color: #0E257A;
}
</style>
background-color css
<style>
a { background-color: #0E257A; }
a { background-color: rgb(14,37,122); }
div.DivClassName
{
background-color: #0E257A;
}
.BgClassName
{
background-color: #0E257A;
}
</style>
border-color css
<style>
span { border-color: #0E257A; }
span { border-color: rgb(14,37,122); }
td.TdClassName
{
border-color: #0E257A;
}
.TagClassName
{
border-color: #0E257A;
}
</style>