Shades of Navy Blue #0A7BDF
Tints of Navy Blue #0A7BDF
RGB
CMYK
RGB Variations
Color information
#0A7BDF (or 0x0A7BDF) is known color: Navy Blue. HEX triplet: 0A, 7B and DF. RGB value is (10,123,223). Sum of RGB (Red+Green+Blue) = 10+123+223=356 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.81% from 356); Green value is 123 (48.44% from 255 or 34.55% from 356); Blue value is 223 (87.5% from 255 or 62.64% from 356); Max value from RGB is 223 - color contains mainly: blue. Hex color #0A7BDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A7BDF is #F58420. Grayscale: #646464. Windows color (decimal): -16090145 or 14646026. OLE color: 14646026.
HSL color Cylindrical-coordinate representation of color #0A7BDF: hue angle of 208.17º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A7BDF is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 123 | 223 | - |
| CMYK | 0.96 | 0.45 | 0 | 0.13 |
| HSL | 208.17º | 0.91% | 0.46% | - |
| HSV(B) | 208.17º | 0.96% | 0.87% | - |
| XYZ | 20.53 | 19.56 | 72.51 | - |
| YUV | 100.61 | 197.06 | 63.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 123 | 223 | 0.96 | 0.45 | 0 | 0.13 | 208.17 | 0.91 | 0.46 |
| Hex | A | 7B | DF | 60 | 2D | 0 | D | D0 | 5B | 2E |
| Octal | 12 | 173 | 337 | 140 | 55 | 0 | 15 | 320 | 133 | 56 |
| Binary | 1010 | 1111011 | 11011111 | 1100000 | 101101 | 0 | 1101 | 11010000 | 1011011 | 101110 |
Color Harmonies of #0A7BDF
Complementary color
Monochromatic Colors of #0A7BDF
Black with #0A7BDF
Text Example
Text Example
White with #0A7BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7BDF; }
p { color: rgb(10,123,223); }
H1.HeaderClassName
{
color: #0A7BDF;
}
.AnyTagClassName
{
color: #0A7BDF;
}
</style>
background-color css
<style>
a { background-color: #0A7BDF; }
a { background-color: rgb(10,123,223); }
div.DivClassName
{
background-color: #0A7BDF;
}
.BgClassName
{
background-color: #0A7BDF;
}
</style>
border-color css
<style>
span { border-color: #0A7BDF; }
span { border-color: rgb(10,123,223); }
td.TdClassName
{
border-color: #0A7BDF;
}
.TagClassName
{
border-color: #0A7BDF;
}
</style>