Shades of Navy Blue #0A6FBE
Tints of Navy Blue #0A6FBE
RGB
CMYK
RGB Variations
Color information
#0A6FBE (or 0x0A6FBE) is known color: Navy Blue. HEX triplet: 0A, 6F and BE. RGB value is (10,111,190). Sum of RGB (Red+Green+Blue) = 10+111+190=311 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.22% from 311); Green value is 111 (43.75% from 255 or 35.69% from 311); Blue value is 190 (74.61% from 255 or 61.09% from 311); Max value from RGB is 190 - color contains mainly: blue. Hex color #0A6FBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A6FBE is #F59041. Grayscale: #595959. Windows color (decimal): -16093250 or 12480266. OLE color: 12480266.
HSL color Cylindrical-coordinate representation of color #0A6FBE: hue angle of 206.33º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A6FBE is Cyan = 0.95, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 111 | 190 | - |
| CMYK | 0.95 | 0.42 | 0 | 0.25 |
| HSL | 206.33º | 0.9% | 0.39% | - |
| HSV(B) | 206.33º | 0.95% | 0.75% | - |
| XYZ | 15.1 | 15.15 | 50.84 | - |
| YUV | 89.81 | 184.54 | 71.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 111 | 190 | 0.95 | 0.42 | 0 | 0.25 | 206.33 | 0.9 | 0.39 |
| Hex | A | 6F | BE | 5F | 2A | 0 | 19 | CE | 5A | 27 |
| Octal | 12 | 157 | 276 | 137 | 52 | 0 | 31 | 316 | 132 | 47 |
| Binary | 1010 | 1101111 | 10111110 | 1011111 | 101010 | 0 | 11001 | 11001110 | 1011010 | 100111 |
Color Harmonies of #0A6FBE
Complementary color
Monochromatic Colors of #0A6FBE
Black with #0A6FBE
Text Example
Text Example
White with #0A6FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6FBE; }
p { color: rgb(10,111,190); }
H1.HeaderClassName
{
color: #0A6FBE;
}
.AnyTagClassName
{
color: #0A6FBE;
}
</style>
background-color css
<style>
a { background-color: #0A6FBE; }
a { background-color: rgb(10,111,190); }
div.DivClassName
{
background-color: #0A6FBE;
}
.BgClassName
{
background-color: #0A6FBE;
}
</style>
border-color css
<style>
span { border-color: #0A6FBE; }
span { border-color: rgb(10,111,190); }
td.TdClassName
{
border-color: #0A6FBE;
}
.TagClassName
{
border-color: #0A6FBE;
}
</style>