Shades of Navy Blue #0A6BDF
Tints of Navy Blue #0A6BDF
RGB
CMYK
RGB Variations
Color information
#0A6BDF (or 0x0A6BDF) is known color: Navy Blue. HEX triplet: 0A, 6B and DF. RGB value is (10,107,223). Sum of RGB (Red+Green+Blue) = 10+107+223=340 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.94% from 340); Green value is 107 (42.19% from 255 or 31.47% from 340); Blue value is 223 (87.5% from 255 or 65.59% from 340); Max value from RGB is 223 - color contains mainly: blue. Hex color #0A6BDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A6BDF is #F59420. Grayscale: #5A5A5A. Windows color (decimal): -16094241 or 14641930. OLE color: 14641930.
HSL color Cylindrical-coordinate representation of color #0A6BDF: hue angle of 212.68º 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 #0A6BDF is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 107 | 223 | - |
| CMYK | 0.96 | 0.52 | 0 | 0.13 |
| HSL | 212.68º | 0.91% | 0.46% | - |
| HSV(B) | 212.68º | 0.96% | 0.87% | - |
| XYZ | 18.7 | 15.91 | 71.9 | - |
| YUV | 91.22 | 202.36 | 70.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 107 | 223 | 0.96 | 0.52 | 0 | 0.13 | 212.68 | 0.91 | 0.46 |
| Hex | A | 6B | DF | 60 | 34 | 0 | D | D5 | 5B | 2E |
| Octal | 12 | 153 | 337 | 140 | 64 | 0 | 15 | 325 | 133 | 56 |
| Binary | 1010 | 1101011 | 11011111 | 1100000 | 110100 | 0 | 1101 | 11010101 | 1011011 | 101110 |
Color Harmonies of #0A6BDF
Complementary color
Monochromatic Colors of #0A6BDF
Black with #0A6BDF
Text Example
Text Example
White with #0A6BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6BDF; }
p { color: rgb(10,107,223); }
H1.HeaderClassName
{
color: #0A6BDF;
}
.AnyTagClassName
{
color: #0A6BDF;
}
</style>
background-color css
<style>
a { background-color: #0A6BDF; }
a { background-color: rgb(10,107,223); }
div.DivClassName
{
background-color: #0A6BDF;
}
.BgClassName
{
background-color: #0A6BDF;
}
</style>
border-color css
<style>
span { border-color: #0A6BDF; }
span { border-color: rgb(10,107,223); }
td.TdClassName
{
border-color: #0A6BDF;
}
.TagClassName
{
border-color: #0A6BDF;
}
</style>