Shades of Navy Blue #066BBE
Tints of Navy Blue #066BBE
RGB
CMYK
RGB Variations
Color information
#066BBE (or 0x066BBE) is known color: Navy Blue. HEX triplet: 06, 6B and BE. RGB value is (6,107,190). Sum of RGB (Red+Green+Blue) = 6+107+190=303 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.98% from 303); Green value is 107 (42.19% from 255 or 35.31% from 303); Blue value is 190 (74.61% from 255 or 62.71% from 303); Max value from RGB is 190 - color contains mainly: blue. Hex color #066BBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066BBE is #F99441. Grayscale: #555555. Windows color (decimal): -16356418 or 12479238. OLE color: 12479238.
HSL color Cylindrical-coordinate representation of color #066BBE: hue angle of 207.07º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066BBE is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 6 | 107 | 190 | - |
| CMYK | 0.97 | 0.44 | 0 | 0.25 |
| HSL | 207.07º | 0.94% | 0.38% | - |
| HSV(B) | 207.07º | 0.97% | 0.75% | - |
| XYZ | 14.63 | 14.27 | 50.7 | - |
| YUV | 86.26 | 186.54 | 70.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 107 | 190 | 0.97 | 0.44 | 0 | 0.25 | 207.07 | 0.94 | 0.38 |
| Hex | 6 | 6B | BE | 61 | 2C | 0 | 19 | CF | 5E | 26 |
| Octal | 6 | 153 | 276 | 141 | 54 | 0 | 31 | 317 | 136 | 46 |
| Binary | 110 | 1101011 | 10111110 | 1100001 | 101100 | 0 | 11001 | 11001111 | 1011110 | 100110 |
Color Harmonies of #066BBE
Complementary color
Monochromatic Colors of #066BBE
Black with #066BBE
Text Example
Text Example
White with #066BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066BBE; }
p { color: rgb(6,107,190); }
H1.HeaderClassName
{
color: #066BBE;
}
.AnyTagClassName
{
color: #066BBE;
}
</style>
background-color css
<style>
a { background-color: #066BBE; }
a { background-color: rgb(6,107,190); }
div.DivClassName
{
background-color: #066BBE;
}
.BgClassName
{
background-color: #066BBE;
}
</style>
border-color css
<style>
span { border-color: #066BBE; }
span { border-color: rgb(6,107,190); }
td.TdClassName
{
border-color: #066BBE;
}
.TagClassName
{
border-color: #066BBE;
}
</style>