Shades of Navy Blue #066BCF
Tints of Navy Blue #066BCF
RGB
CMYK
RGB Variations
Color information
#066BCF (or 0x066BCF) is known color: Navy Blue. HEX triplet: 06, 6B and CF. RGB value is (6,107,207). Sum of RGB (Red+Green+Blue) = 6+107+207=320 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.88% from 320); Green value is 107 (42.19% from 255 or 33.44% from 320); Blue value is 207 (81.25% from 255 or 64.69% from 320); Max value from RGB is 207 - color contains mainly: blue. Hex color #066BCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066BCF is #F99430. Grayscale: #575757. Windows color (decimal): -16356401 or 13593350. OLE color: 13593350.
HSL color Cylindrical-coordinate representation of color #066BCF: hue angle of 209.85º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066BCF is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 6 | 107 | 207 | - |
| CMYK | 0.97 | 0.48 | 0 | 0.19 |
| HSL | 209.85º | 0.94% | 0.42% | - |
| HSV(B) | 209.85º | 0.97% | 0.81% | - |
| XYZ | 16.6 | 15.06 | 61.06 | - |
| YUV | 88.2 | 195.04 | 69.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 107 | 207 | 0.97 | 0.48 | 0 | 0.19 | 209.85 | 0.94 | 0.42 |
| Hex | 6 | 6B | CF | 61 | 30 | 0 | 13 | D2 | 5E | 2A |
| Octal | 6 | 153 | 317 | 141 | 60 | 0 | 23 | 322 | 136 | 52 |
| Binary | 110 | 1101011 | 11001111 | 1100001 | 110000 | 0 | 10011 | 11010010 | 1011110 | 101010 |
Color Harmonies of #066BCF
Complementary color
Monochromatic Colors of #066BCF
Black with #066BCF
Text Example
Text Example
White with #066BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066BCF; }
p { color: rgb(6,107,207); }
H1.HeaderClassName
{
color: #066BCF;
}
.AnyTagClassName
{
color: #066BCF;
}
</style>
background-color css
<style>
a { background-color: #066BCF; }
a { background-color: rgb(6,107,207); }
div.DivClassName
{
background-color: #066BCF;
}
.BgClassName
{
background-color: #066BCF;
}
</style>
border-color css
<style>
span { border-color: #066BCF; }
span { border-color: rgb(6,107,207); }
td.TdClassName
{
border-color: #066BCF;
}
.TagClassName
{
border-color: #066BCF;
}
</style>