Shades of Navy Blue #066FBC
Tints of Navy Blue #066FBC
RGB
CMYK
RGB Variations
Color information
#066FBC (or 0x066FBC) is known color: Navy Blue. HEX triplet: 06, 6F and BC. RGB value is (6,111,188). Sum of RGB (Red+Green+Blue) = 6+111+188=305 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.97% from 305); Green value is 111 (43.75% from 255 or 36.39% from 305); Blue value is 188 (73.83% from 255 or 61.64% from 305); Max value from RGB is 188 - color contains mainly: blue. Hex color #066FBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066FBC is #F99043. Grayscale: #575757. Windows color (decimal): -16355396 or 12349190. OLE color: 12349190.
HSL color Cylindrical-coordinate representation of color #066FBC: hue angle of 205.38º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066FBC is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 111 | 188 | - |
| CMYK | 0.97 | 0.41 | 0 | 0.26 |
| HSL | 205.38º | 0.94% | 0.38% | - |
| HSV(B) | 205.38º | 0.97% | 0.74% | - |
| XYZ | 14.84 | 15.04 | 49.7 | - |
| YUV | 88.38 | 184.21 | 69.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 111 | 188 | 0.97 | 0.41 | 0 | 0.26 | 205.38 | 0.94 | 0.38 |
| Hex | 6 | 6F | BC | 61 | 29 | 0 | 1A | CD | 5E | 26 |
| Octal | 6 | 157 | 274 | 141 | 51 | 0 | 32 | 315 | 136 | 46 |
| Binary | 110 | 1101111 | 10111100 | 1100001 | 101001 | 0 | 11010 | 11001101 | 1011110 | 100110 |
Color Harmonies of #066FBC
Complementary color
Monochromatic Colors of #066FBC
Black with #066FBC
Text Example
Text Example
White with #066FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066FBC; }
p { color: rgb(6,111,188); }
H1.HeaderClassName
{
color: #066FBC;
}
.AnyTagClassName
{
color: #066FBC;
}
</style>
background-color css
<style>
a { background-color: #066FBC; }
a { background-color: rgb(6,111,188); }
div.DivClassName
{
background-color: #066FBC;
}
.BgClassName
{
background-color: #066FBC;
}
</style>
border-color css
<style>
span { border-color: #066FBC; }
span { border-color: rgb(6,111,188); }
td.TdClassName
{
border-color: #066FBC;
}
.TagClassName
{
border-color: #066FBC;
}
</style>