Shades of Navy Blue #0A6FCB
Tints of Navy Blue #0A6FCB
RGB
CMYK
RGB Variations
Color information
#0A6FCB (or 0x0A6FCB) is known color: Navy Blue. HEX triplet: 0A, 6F and CB. RGB value is (10,111,203). Sum of RGB (Red+Green+Blue) = 10+111+203=324 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.09% from 324); Green value is 111 (43.75% from 255 or 34.26% from 324); Blue value is 203 (79.69% from 255 or 62.65% from 324); Max value from RGB is 203 - color contains mainly: blue. Hex color #0A6FCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A6FCB is #F59034. Grayscale: #5A5A5A. Windows color (decimal): -16093237 or 13332234. OLE color: 13332234.
HSL color Cylindrical-coordinate representation of color #0A6FCB: hue angle of 208.6º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A6FCB is Cyan = 0.95, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 10 | 111 | 203 | - |
| CMYK | 0.95 | 0.45 | 0 | 0.20 |
| HSL | 208.6º | 0.91% | 0.42% | - |
| HSV(B) | 208.6º | 0.95% | 0.8% | - |
| XYZ | 16.59 | 15.75 | 58.66 | - |
| YUV | 91.29 | 191.04 | 70.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 111 | 203 | 0.95 | 0.45 | 0 | 0.20 | 208.6 | 0.91 | 0.42 |
| Hex | A | 6F | CB | 5F | 2D | 0 | 14 | D1 | 5B | 2A |
| Octal | 12 | 157 | 313 | 137 | 55 | 0 | 24 | 321 | 133 | 52 |
| Binary | 1010 | 1101111 | 11001011 | 1011111 | 101101 | 0 | 10100 | 11010001 | 1011011 | 101010 |
Color Harmonies of #0A6FCB
Complementary color
Monochromatic Colors of #0A6FCB
Black with #0A6FCB
Text Example
Text Example
White with #0A6FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6FCB; }
p { color: rgb(10,111,203); }
H1.HeaderClassName
{
color: #0A6FCB;
}
.AnyTagClassName
{
color: #0A6FCB;
}
</style>
background-color css
<style>
a { background-color: #0A6FCB; }
a { background-color: rgb(10,111,203); }
div.DivClassName
{
background-color: #0A6FCB;
}
.BgClassName
{
background-color: #0A6FCB;
}
</style>
border-color css
<style>
span { border-color: #0A6FCB; }
span { border-color: rgb(10,111,203); }
td.TdClassName
{
border-color: #0A6FCB;
}
.TagClassName
{
border-color: #0A6FCB;
}
</style>