Shades of Navy Blue #0A6BCE
Tints of Navy Blue #0A6BCE
RGB
CMYK
RGB Variations
Color information
#0A6BCE (or 0x0A6BCE) is known color: Navy Blue. HEX triplet: 0A, 6B and CE. RGB value is (10,107,206). Sum of RGB (Red+Green+Blue) = 10+107+206=323 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.10% from 323); Green value is 107 (42.19% from 255 or 33.13% from 323); Blue value is 206 (80.86% from 255 or 63.78% from 323); Max value from RGB is 206 - color contains mainly: blue. Hex color #0A6BCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A6BCE is #F59431. Grayscale: #585858. Windows color (decimal): -16094258 or 13527818. OLE color: 13527818.
HSL color Cylindrical-coordinate representation of color #0A6BCE: hue angle of 210.31º 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 #0A6BCE is Cyan = 0.95, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 10 | 107 | 206 | - |
| CMYK | 0.95 | 0.48 | 0 | 0.19 |
| HSL | 210.31º | 0.91% | 0.42% | - |
| HSV(B) | 210.31º | 0.95% | 0.81% | - |
| XYZ | 16.52 | 15.04 | 60.42 | - |
| YUV | 89.28 | 193.86 | 71.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 107 | 206 | 0.95 | 0.48 | 0 | 0.19 | 210.31 | 0.91 | 0.42 |
| Hex | A | 6B | CE | 5F | 30 | 0 | 13 | D2 | 5B | 2A |
| Octal | 12 | 153 | 316 | 137 | 60 | 0 | 23 | 322 | 133 | 52 |
| Binary | 1010 | 1101011 | 11001110 | 1011111 | 110000 | 0 | 10011 | 11010010 | 1011011 | 101010 |
Color Harmonies of #0A6BCE
Complementary color
Monochromatic Colors of #0A6BCE
Black with #0A6BCE
Text Example
Text Example
White with #0A6BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6BCE; }
p { color: rgb(10,107,206); }
H1.HeaderClassName
{
color: #0A6BCE;
}
.AnyTagClassName
{
color: #0A6BCE;
}
</style>
background-color css
<style>
a { background-color: #0A6BCE; }
a { background-color: rgb(10,107,206); }
div.DivClassName
{
background-color: #0A6BCE;
}
.BgClassName
{
background-color: #0A6BCE;
}
</style>
border-color css
<style>
span { border-color: #0A6BCE; }
span { border-color: rgb(10,107,206); }
td.TdClassName
{
border-color: #0A6BCE;
}
.TagClassName
{
border-color: #0A6BCE;
}
</style>