Shades of Sapphire #0A257F
Tints of Sapphire #0A257F
RGB
CMYK
RGB Variations
Color information
#0A257F (or 0x0A257F) is known color: Sapphire. HEX triplet: 0A, 25 and 7F. RGB value is (10,37,127). Sum of RGB (Red+Green+Blue) = 10+37+127=174 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.75% from 174); Green value is 37 (14.84% from 255 or 21.26% from 174); Blue value is 127 (50% from 255 or 72.99% from 174); Max value from RGB is 127 - color contains mainly: blue. Hex color #0A257F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A257F is #F5DA80. Grayscale: #262626. Windows color (decimal): -16112257 or 8332554. OLE color: 8332554.
HSL color Cylindrical-coordinate representation of color #0A257F: hue angle of 226.15º degrees, saturation: 0.85, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A257F is Cyan = 0.92, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 10 | 37 | 127 | - |
| CMYK | 0.92 | 0.71 | 0 | 0.50 |
| HSL | 226.15º | 0.85% | 0.27% | - |
| HSV(B) | 226.15º | 0.92% | 0.5% | - |
| XYZ | 4.62 | 2.92 | 20.4 | - |
| YUV | 39.19 | 177.55 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 37 | 127 | 0.92 | 0.71 | 0 | 0.50 | 226.15 | 0.85 | 0.27 |
| Hex | A | 25 | 7F | 5C | 47 | 0 | 32 | E2 | 55 | 1B |
| Octal | 12 | 45 | 177 | 134 | 107 | 0 | 62 | 342 | 125 | 33 |
| Binary | 1010 | 100101 | 1111111 | 1011100 | 1000111 | 0 | 110010 | 11100010 | 1010101 | 11011 |
Color Harmonies of #0A257F
Complementary color
Monochromatic Colors of #0A257F
Black with #0A257F
Text Example
Text Example
White with #0A257F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A257F; }
p { color: rgb(10,37,127); }
H1.HeaderClassName
{
color: #0A257F;
}
.AnyTagClassName
{
color: #0A257F;
}
</style>
background-color css
<style>
a { background-color: #0A257F; }
a { background-color: rgb(10,37,127); }
div.DivClassName
{
background-color: #0A257F;
}
.BgClassName
{
background-color: #0A257F;
}
</style>
border-color css
<style>
span { border-color: #0A257F; }
span { border-color: rgb(10,37,127); }
td.TdClassName
{
border-color: #0A257F;
}
.TagClassName
{
border-color: #0A257F;
}
</style>