Shades of Navy Blue #0A65D8
Tints of Navy Blue #0A65D8
RGB
CMYK
RGB Variations
Color information
#0A65D8 (or 0x0A65D8) is known color: Navy Blue. HEX triplet: 0A, 65 and D8. RGB value is (10,101,216). Sum of RGB (Red+Green+Blue) = 10+101+216=327 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.06% from 327); Green value is 101 (39.84% from 255 or 30.89% from 327); Blue value is 216 (84.77% from 255 or 66.06% from 327); Max value from RGB is 216 - color contains mainly: blue. Hex color #0A65D8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A65D8 is #F59A27. Grayscale: #565656. Windows color (decimal): -16095784 or 14181642. OLE color: 14181642.
HSL color Cylindrical-coordinate representation of color #0A65D8: hue angle of 213.5º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A65D8 is Cyan = 0.95, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 101 | 216 | - |
| CMYK | 0.95 | 0.53 | 0 | 0.15 |
| HSL | 213.5º | 0.91% | 0.44% | - |
| HSV(B) | 213.5º | 0.95% | 0.85% | - |
| XYZ | 17.17 | 14.33 | 66.83 | - |
| YUV | 86.9 | 200.85 | 73.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 101 | 216 | 0.95 | 0.53 | 0 | 0.15 | 213.5 | 0.91 | 0.44 |
| Hex | A | 65 | D8 | 5F | 35 | 0 | F | D5 | 5B | 2C |
| Octal | 12 | 145 | 330 | 137 | 65 | 0 | 17 | 325 | 133 | 54 |
| Binary | 1010 | 1100101 | 11011000 | 1011111 | 110101 | 0 | 1111 | 11010101 | 1011011 | 101100 |
Color Harmonies of #0A65D8
Complementary color
Monochromatic Colors of #0A65D8
Black with #0A65D8
Text Example
Text Example
White with #0A65D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A65D8; }
p { color: rgb(10,101,216); }
H1.HeaderClassName
{
color: #0A65D8;
}
.AnyTagClassName
{
color: #0A65D8;
}
</style>
background-color css
<style>
a { background-color: #0A65D8; }
a { background-color: rgb(10,101,216); }
div.DivClassName
{
background-color: #0A65D8;
}
.BgClassName
{
background-color: #0A65D8;
}
</style>
border-color css
<style>
span { border-color: #0A65D8; }
span { border-color: rgb(10,101,216); }
td.TdClassName
{
border-color: #0A65D8;
}
.TagClassName
{
border-color: #0A65D8;
}
</style>