Shades of Navy Blue #066ACF
Tints of Navy Blue #066ACF
RGB
CMYK
RGB Variations
Color information
#066ACF (or 0x066ACF) is known color: Navy Blue. HEX triplet: 06, 6A and CF. RGB value is (6,106,207). Sum of RGB (Red+Green+Blue) = 6+106+207=319 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.88% from 319); Green value is 106 (41.80% from 255 or 33.23% from 319); Blue value is 207 (81.25% from 255 or 64.89% from 319); Max value from RGB is 207 - color contains mainly: blue. Hex color #066ACF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066ACF is #F99530. Grayscale: #575757. Windows color (decimal): -16356657 or 13593094. OLE color: 13593094.
HSL color Cylindrical-coordinate representation of color #066ACF: hue angle of 210.15º 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 #066ACF is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 6 | 106 | 207 | - |
| CMYK | 0.97 | 0.49 | 0 | 0.19 |
| HSL | 210.15º | 0.94% | 0.42% | - |
| HSV(B) | 210.15º | 0.97% | 0.81% | - |
| XYZ | 16.49 | 14.85 | 61.03 | - |
| YUV | 87.61 | 195.37 | 69.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 106 | 207 | 0.97 | 0.49 | 0 | 0.19 | 210.15 | 0.94 | 0.42 |
| Hex | 6 | 6A | CF | 61 | 31 | 0 | 13 | D2 | 5E | 2A |
| Octal | 6 | 152 | 317 | 141 | 61 | 0 | 23 | 322 | 136 | 52 |
| Binary | 110 | 1101010 | 11001111 | 1100001 | 110001 | 0 | 10011 | 11010010 | 1011110 | 101010 |
Color Harmonies of #066ACF
Complementary color
Monochromatic Colors of #066ACF
Black with #066ACF
Text Example
Text Example
White with #066ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066ACF; }
p { color: rgb(6,106,207); }
H1.HeaderClassName
{
color: #066ACF;
}
.AnyTagClassName
{
color: #066ACF;
}
</style>
background-color css
<style>
a { background-color: #066ACF; }
a { background-color: rgb(6,106,207); }
div.DivClassName
{
background-color: #066ACF;
}
.BgClassName
{
background-color: #066ACF;
}
</style>
border-color css
<style>
span { border-color: #066ACF; }
span { border-color: rgb(6,106,207); }
td.TdClassName
{
border-color: #066ACF;
}
.TagClassName
{
border-color: #066ACF;
}
</style>