Shades of Navy Blue #0A61EF
Tints of Navy Blue #0A61EF
RGB
CMYK
RGB Variations
Color information
#0A61EF (or 0x0A61EF) is known color: Navy Blue. HEX triplet: 0A, 61 and EF. RGB value is (10,97,239). Sum of RGB (Red+Green+Blue) = 10+97+239=346 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.89% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 239 (93.75% from 255 or 69.08% from 346); Max value from RGB is 239 - color contains mainly: blue. Hex color #0A61EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A61EF is #F59E10. Grayscale: #565656. Windows color (decimal): -16096785 or 15687946. OLE color: 15687946.
HSL color Cylindrical-coordinate representation of color #0A61EF: hue angle of 217.21º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A61EF is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 10 | 97 | 239 | - |
| CMYK | 0.96 | 0.59 | 0 | 0.06 |
| HSL | 217.21º | 0.92% | 0.49% | - |
| HSV(B) | 217.21º | 0.96% | 0.94% | - |
| XYZ | 19.98 | 14.85 | 83.47 | - |
| YUV | 87.18 | 213.68 | 72.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 97 | 239 | 0.96 | 0.59 | 0 | 0.06 | 217.21 | 0.92 | 0.49 |
| Hex | A | 61 | EF | 60 | 3B | 0 | 6 | D9 | 5C | 31 |
| Octal | 12 | 141 | 357 | 140 | 73 | 0 | 6 | 331 | 134 | 61 |
| Binary | 1010 | 1100001 | 11101111 | 1100000 | 111011 | 0 | 110 | 11011001 | 1011100 | 110001 |
Color Harmonies of #0A61EF
Complementary color
Monochromatic Colors of #0A61EF
Black with #0A61EF
Text Example
Text Example
White with #0A61EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A61EF; }
p { color: rgb(10,97,239); }
H1.HeaderClassName
{
color: #0A61EF;
}
.AnyTagClassName
{
color: #0A61EF;
}
</style>
background-color css
<style>
a { background-color: #0A61EF; }
a { background-color: rgb(10,97,239); }
div.DivClassName
{
background-color: #0A61EF;
}
.BgClassName
{
background-color: #0A61EF;
}
</style>
border-color css
<style>
span { border-color: #0A61EF; }
span { border-color: rgb(10,97,239); }
td.TdClassName
{
border-color: #0A61EF;
}
.TagClassName
{
border-color: #0A61EF;
}
</style>