Shades of Navy Blue #0A7FE2
Tints of Navy Blue #0A7FE2
RGB
CMYK
RGB Variations
Color information
#0A7FE2 (or 0x0A7FE2) is known color: Navy Blue. HEX triplet: 0A, 7F and E2. RGB value is (10,127,226). Sum of RGB (Red+Green+Blue) = 10+127+226=363 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.75% from 363); Green value is 127 (50% from 255 or 34.99% from 363); Blue value is 226 (88.67% from 255 or 62.26% from 363); Max value from RGB is 226 - color contains mainly: blue. Hex color #0A7FE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A7FE2 is #F5801D. Grayscale: #666666. Windows color (decimal): -16089118 or 14843658. OLE color: 14843658.
HSL color Cylindrical-coordinate representation of color #0A7FE2: hue angle of 207.5º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A7FE2 is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 10 | 127 | 226 | - |
| CMYK | 0.96 | 0.44 | 0 | 0.11 |
| HSL | 207.5º | 0.92% | 0.46% | - |
| HSV(B) | 207.5º | 0.96% | 0.89% | - |
| XYZ | 21.44 | 20.73 | 74.82 | - |
| YUV | 103.3 | 197.24 | 61.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 127 | 226 | 0.96 | 0.44 | 0 | 0.11 | 207.5 | 0.92 | 0.46 |
| Hex | A | 7F | E2 | 60 | 2C | 0 | B | D0 | 5C | 2E |
| Octal | 12 | 177 | 342 | 140 | 54 | 0 | 13 | 320 | 134 | 56 |
| Binary | 1010 | 1111111 | 11100010 | 1100000 | 101100 | 0 | 1011 | 11010000 | 1011100 | 101110 |
Color Harmonies of #0A7FE2
Complementary color
Monochromatic Colors of #0A7FE2
Black with #0A7FE2
Text Example
Text Example
White with #0A7FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7FE2; }
p { color: rgb(10,127,226); }
H1.HeaderClassName
{
color: #0A7FE2;
}
.AnyTagClassName
{
color: #0A7FE2;
}
</style>
background-color css
<style>
a { background-color: #0A7FE2; }
a { background-color: rgb(10,127,226); }
div.DivClassName
{
background-color: #0A7FE2;
}
.BgClassName
{
background-color: #0A7FE2;
}
</style>
border-color css
<style>
span { border-color: #0A7FE2; }
span { border-color: rgb(10,127,226); }
td.TdClassName
{
border-color: #0A7FE2;
}
.TagClassName
{
border-color: #0A7FE2;
}
</style>