Shades of Navy Blue #0A7FCD
Tints of Navy Blue #0A7FCD
RGB
CMYK
RGB Variations
Color information
#0A7FCD (or 0x0A7FCD) is known color: Navy Blue. HEX triplet: 0A, 7F and CD. RGB value is (10,127,205). Sum of RGB (Red+Green+Blue) = 10+127+205=342 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.92% from 342); Green value is 127 (50% from 255 or 37.13% from 342); Blue value is 205 (80.47% from 255 or 59.94% from 342); Max value from RGB is 205 - color contains mainly: blue. Hex color #0A7FCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A7FCD is #F58032. Grayscale: #646464. Windows color (decimal): -16089139 or 13467402. OLE color: 13467402.
HSL color Cylindrical-coordinate representation of color #0A7FCD: hue angle of 204º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A7FCD is Cyan = 0.95, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 10 | 127 | 205 | - |
| CMYK | 0.95 | 0.38 | 0 | 0.20 |
| HSL | 204º | 0.91% | 0.42% | - |
| HSV(B) | 204º | 0.95% | 0.8% | - |
| XYZ | 18.73 | 19.65 | 60.56 | - |
| YUV | 100.91 | 186.74 | 63.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 127 | 205 | 0.95 | 0.38 | 0 | 0.20 | 204 | 0.91 | 0.42 |
| Hex | A | 7F | CD | 5F | 26 | 0 | 14 | CC | 5B | 2A |
| Octal | 12 | 177 | 315 | 137 | 46 | 0 | 24 | 314 | 133 | 52 |
| Binary | 1010 | 1111111 | 11001101 | 1011111 | 100110 | 0 | 10100 | 11001100 | 1011011 | 101010 |
Color Harmonies of #0A7FCD
Complementary color
Monochromatic Colors of #0A7FCD
Black with #0A7FCD
Text Example
Text Example
White with #0A7FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7FCD; }
p { color: rgb(10,127,205); }
H1.HeaderClassName
{
color: #0A7FCD;
}
.AnyTagClassName
{
color: #0A7FCD;
}
</style>
background-color css
<style>
a { background-color: #0A7FCD; }
a { background-color: rgb(10,127,205); }
div.DivClassName
{
background-color: #0A7FCD;
}
.BgClassName
{
background-color: #0A7FCD;
}
</style>
border-color css
<style>
span { border-color: #0A7FCD; }
span { border-color: rgb(10,127,205); }
td.TdClassName
{
border-color: #0A7FCD;
}
.TagClassName
{
border-color: #0A7FCD;
}
</style>