Shades of Navy Blue #0669BF
Tints of Navy Blue #0669BF
RGB
CMYK
RGB Variations
Color information
#0669BF (or 0x0669BF) is known color: Navy Blue. HEX triplet: 06, 69 and BF. RGB value is (6,105,191). Sum of RGB (Red+Green+Blue) = 6+105+191=302 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.99% from 302); Green value is 105 (41.41% from 255 or 34.77% from 302); Blue value is 191 (75% from 255 or 63.25% from 302); Max value from RGB is 191 - color contains mainly: blue. Hex color #0669BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0669BF is #F99640. Grayscale: #545454. Windows color (decimal): -16356929 or 12544262. OLE color: 12544262.
HSL color Cylindrical-coordinate representation of color #0669BF: hue angle of 207.89º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0669BF is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 6 | 105 | 191 | - |
| CMYK | 0.97 | 0.45 | 0 | 0.25 |
| HSL | 207.89º | 0.94% | 0.39% | - |
| HSV(B) | 207.89º | 0.97% | 0.75% | - |
| XYZ | 14.53 | 13.9 | 51.21 | - |
| YUV | 85.2 | 187.7 | 71.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 105 | 191 | 0.97 | 0.45 | 0 | 0.25 | 207.89 | 0.94 | 0.39 |
| Hex | 6 | 69 | BF | 61 | 2D | 0 | 19 | D0 | 5E | 27 |
| Octal | 6 | 151 | 277 | 141 | 55 | 0 | 31 | 320 | 136 | 47 |
| Binary | 110 | 1101001 | 10111111 | 1100001 | 101101 | 0 | 11001 | 11010000 | 1011110 | 100111 |
Color Harmonies of #0669BF
Complementary color
Monochromatic Colors of #0669BF
Black with #0669BF
Text Example
Text Example
White with #0669BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0669BF; }
p { color: rgb(6,105,191); }
H1.HeaderClassName
{
color: #0669BF;
}
.AnyTagClassName
{
color: #0669BF;
}
</style>
background-color css
<style>
a { background-color: #0669BF; }
a { background-color: rgb(6,105,191); }
div.DivClassName
{
background-color: #0669BF;
}
.BgClassName
{
background-color: #0669BF;
}
</style>
border-color css
<style>
span { border-color: #0669BF; }
span { border-color: rgb(6,105,191); }
td.TdClassName
{
border-color: #0669BF;
}
.TagClassName
{
border-color: #0669BF;
}
</style>