Shades of Navy Blue #0A65CD
Tints of Navy Blue #0A65CD
RGB
CMYK
RGB Variations
Color information
#0A65CD (or 0x0A65CD) is known color: Navy Blue. HEX triplet: 0A, 65 and CD. RGB value is (10,101,205). Sum of RGB (Red+Green+Blue) = 10+101+205=316 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.16% from 316); Green value is 101 (39.84% from 255 or 31.96% from 316); Blue value is 205 (80.47% from 255 or 64.87% from 316); Max value from RGB is 205 - color contains mainly: blue. Hex color #0A65CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A65CD is #F59A32. Grayscale: #555555. Windows color (decimal): -16095795 or 13460746. OLE color: 13460746.
HSL color Cylindrical-coordinate representation of color #0A65CD: hue angle of 212º 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 #0A65CD is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 10 | 101 | 205 | - |
| CMYK | 0.95 | 0.51 | 0 | 0.20 |
| HSL | 212º | 0.91% | 0.42% | - |
| HSV(B) | 212º | 0.95% | 0.8% | - |
| XYZ | 15.8 | 13.78 | 59.58 | - |
| YUV | 85.65 | 195.35 | 74.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 101 | 205 | 0.95 | 0.51 | 0 | 0.20 | 212 | 0.91 | 0.42 |
| Hex | A | 65 | CD | 5F | 33 | 0 | 14 | D4 | 5B | 2A |
| Octal | 12 | 145 | 315 | 137 | 63 | 0 | 24 | 324 | 133 | 52 |
| Binary | 1010 | 1100101 | 11001101 | 1011111 | 110011 | 0 | 10100 | 11010100 | 1011011 | 101010 |
Color Harmonies of #0A65CD
Complementary color
Monochromatic Colors of #0A65CD
Black with #0A65CD
Text Example
Text Example
White with #0A65CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A65CD; }
p { color: rgb(10,101,205); }
H1.HeaderClassName
{
color: #0A65CD;
}
.AnyTagClassName
{
color: #0A65CD;
}
</style>
background-color css
<style>
a { background-color: #0A65CD; }
a { background-color: rgb(10,101,205); }
div.DivClassName
{
background-color: #0A65CD;
}
.BgClassName
{
background-color: #0A65CD;
}
</style>
border-color css
<style>
span { border-color: #0A65CD; }
span { border-color: rgb(10,101,205); }
td.TdClassName
{
border-color: #0A65CD;
}
.TagClassName
{
border-color: #0A65CD;
}
</style>