Shades of Navy Blue #0A65CE
Tints of Navy Blue #0A65CE
RGB
CMYK
RGB Variations
Color information
#0A65CE (or 0x0A65CE) is known color: Navy Blue. HEX triplet: 0A, 65 and CE. RGB value is (10,101,206). Sum of RGB (Red+Green+Blue) = 10+101+206=317 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.15% from 317); Green value is 101 (39.84% from 255 or 31.86% from 317); Blue value is 206 (80.86% from 255 or 64.98% from 317); Max value from RGB is 206 - color contains mainly: blue. Hex color #0A65CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A65CE is #F59A31. Grayscale: #555555. Windows color (decimal): -16095794 or 13526282. OLE color: 13526282.
HSL color Cylindrical-coordinate representation of color #0A65CE: hue angle of 212.14º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A65CE is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 10 | 101 | 206 | - |
| CMYK | 0.95 | 0.51 | 0 | 0.19 |
| HSL | 212.14º | 0.91% | 0.42% | - |
| HSV(B) | 212.14º | 0.95% | 0.81% | - |
| XYZ | 15.92 | 13.83 | 60.22 | - |
| YUV | 85.76 | 195.85 | 73.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 101 | 206 | 0.95 | 0.51 | 0 | 0.19 | 212.14 | 0.91 | 0.42 |
| Hex | A | 65 | CE | 5F | 33 | 0 | 13 | D4 | 5B | 2A |
| Octal | 12 | 145 | 316 | 137 | 63 | 0 | 23 | 324 | 133 | 52 |
| Binary | 1010 | 1100101 | 11001110 | 1011111 | 110011 | 0 | 10011 | 11010100 | 1011011 | 101010 |
Color Harmonies of #0A65CE
Complementary color
Monochromatic Colors of #0A65CE
Black with #0A65CE
Text Example
Text Example
White with #0A65CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A65CE; }
p { color: rgb(10,101,206); }
H1.HeaderClassName
{
color: #0A65CE;
}
.AnyTagClassName
{
color: #0A65CE;
}
</style>
background-color css
<style>
a { background-color: #0A65CE; }
a { background-color: rgb(10,101,206); }
div.DivClassName
{
background-color: #0A65CE;
}
.BgClassName
{
background-color: #0A65CE;
}
</style>
border-color css
<style>
span { border-color: #0A65CE; }
span { border-color: rgb(10,101,206); }
td.TdClassName
{
border-color: #0A65CE;
}
.TagClassName
{
border-color: #0A65CE;
}
</style>