Shades of Navy Blue #066CBA
Tints of Navy Blue #066CBA
RGB
CMYK
RGB Variations
Color information
#066CBA (or 0x066CBA) is known color: Navy Blue. HEX triplet: 06, 6C and BA. RGB value is (6,108,186). Sum of RGB (Red+Green+Blue) = 6+108+186=300 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2% from 300); Green value is 108 (42.58% from 255 or 36% from 300); Blue value is 186 (73.05% from 255 or 62% from 300); Max value from RGB is 186 - color contains mainly: blue. Hex color #066CBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066CBA is #F99345. Grayscale: #555555. Windows color (decimal): -16356166 or 12217350. OLE color: 12217350.
HSL color Cylindrical-coordinate representation of color #066CBA: hue angle of 206º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066CBA is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 108 | 186 | - |
| CMYK | 0.97 | 0.42 | 0 | 0.27 |
| HSL | 206º | 0.94% | 0.38% | - |
| HSV(B) | 206º | 0.97% | 0.73% | - |
| XYZ | 14.3 | 14.31 | 48.46 | - |
| YUV | 86.39 | 184.21 | 70.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 108 | 186 | 0.97 | 0.42 | 0 | 0.27 | 206 | 0.94 | 0.38 |
| Hex | 6 | 6C | BA | 61 | 2A | 0 | 1B | CE | 5E | 26 |
| Octal | 6 | 154 | 272 | 141 | 52 | 0 | 33 | 316 | 136 | 46 |
| Binary | 110 | 1101100 | 10111010 | 1100001 | 101010 | 0 | 11011 | 11001110 | 1011110 | 100110 |
Color Harmonies of #066CBA
Complementary color
Monochromatic Colors of #066CBA
Black with #066CBA
Text Example
Text Example
White with #066CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066CBA; }
p { color: rgb(6,108,186); }
H1.HeaderClassName
{
color: #066CBA;
}
.AnyTagClassName
{
color: #066CBA;
}
</style>
background-color css
<style>
a { background-color: #066CBA; }
a { background-color: rgb(6,108,186); }
div.DivClassName
{
background-color: #066CBA;
}
.BgClassName
{
background-color: #066CBA;
}
</style>
border-color css
<style>
span { border-color: #066CBA; }
span { border-color: rgb(6,108,186); }
td.TdClassName
{
border-color: #066CBA;
}
.TagClassName
{
border-color: #066CBA;
}
</style>