Shades of Navy Blue #0669BA
Tints of Navy Blue #0669BA
RGB
CMYK
RGB Variations
Color information
#0669BA (or 0x0669BA) is known color: Navy Blue. HEX triplet: 06, 69 and BA. RGB value is (6,105,186). Sum of RGB (Red+Green+Blue) = 6+105+186=297 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.02% from 297); Green value is 105 (41.41% from 255 or 35.35% from 297); Blue value is 186 (73.05% from 255 or 62.63% from 297); Max value from RGB is 186 - color contains mainly: blue. Hex color #0669BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0669BA is #F99645. Grayscale: #545454. Windows color (decimal): -16356934 or 12216582. OLE color: 12216582.
HSL color Cylindrical-coordinate representation of color #0669BA: hue angle of 207º 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 #0669BA is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 105 | 186 | - |
| CMYK | 0.97 | 0.44 | 0 | 0.27 |
| HSL | 207º | 0.94% | 0.38% | - |
| HSV(B) | 207º | 0.97% | 0.73% | - |
| XYZ | 13.99 | 13.69 | 48.36 | - |
| YUV | 84.63 | 185.2 | 71.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 105 | 186 | 0.97 | 0.44 | 0 | 0.27 | 207 | 0.94 | 0.38 |
| Hex | 6 | 69 | BA | 61 | 2C | 0 | 1B | CF | 5E | 26 |
| Octal | 6 | 151 | 272 | 141 | 54 | 0 | 33 | 317 | 136 | 46 |
| Binary | 110 | 1101001 | 10111010 | 1100001 | 101100 | 0 | 11011 | 11001111 | 1011110 | 100110 |
Color Harmonies of #0669BA
Complementary color
Monochromatic Colors of #0669BA
Black with #0669BA
Text Example
Text Example
White with #0669BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0669BA; }
p { color: rgb(6,105,186); }
H1.HeaderClassName
{
color: #0669BA;
}
.AnyTagClassName
{
color: #0669BA;
}
</style>
background-color css
<style>
a { background-color: #0669BA; }
a { background-color: rgb(6,105,186); }
div.DivClassName
{
background-color: #0669BA;
}
.BgClassName
{
background-color: #0669BA;
}
</style>
border-color css
<style>
span { border-color: #0669BA; }
span { border-color: rgb(6,105,186); }
td.TdClassName
{
border-color: #0669BA;
}
.TagClassName
{
border-color: #0669BA;
}
</style>