Shades of Navy Blue #066FDC
Tints of Navy Blue #066FDC
RGB
CMYK
RGB Variations
Color information
#066FDC (or 0x066FDC) is known color: Navy Blue. HEX triplet: 06, 6F and DC. RGB value is (6,111,220). Sum of RGB (Red+Green+Blue) = 6+111+220=337 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.78% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 220 (86.33% from 255 or 65.28% from 337); Max value from RGB is 220 - color contains mainly: blue. Hex color #066FDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066FDC is #F99023. Grayscale: #5B5B5B. Windows color (decimal): -16355364 or 14446342. OLE color: 14446342.
HSL color Cylindrical-coordinate representation of color #066FDC: hue angle of 210.56º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066FDC is Cyan = 0.97, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 111 | 220 | - |
| CMYK | 0.97 | 0.50 | 0 | 0.14 |
| HSL | 210.56º | 0.95% | 0.44% | - |
| HSV(B) | 210.56º | 0.97% | 0.86% | - |
| XYZ | 18.68 | 16.57 | 69.93 | - |
| YUV | 92.03 | 200.21 | 66.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 111 | 220 | 0.97 | 0.50 | 0 | 0.14 | 210.56 | 0.95 | 0.44 |
| Hex | 6 | 6F | DC | 61 | 32 | 0 | E | D3 | 5F | 2C |
| Octal | 6 | 157 | 334 | 141 | 62 | 0 | 16 | 323 | 137 | 54 |
| Binary | 110 | 1101111 | 11011100 | 1100001 | 110010 | 0 | 1110 | 11010011 | 1011111 | 101100 |
Color Harmonies of #066FDC
Complementary color
Monochromatic Colors of #066FDC
Black with #066FDC
Text Example
Text Example
White with #066FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066FDC; }
p { color: rgb(6,111,220); }
H1.HeaderClassName
{
color: #066FDC;
}
.AnyTagClassName
{
color: #066FDC;
}
</style>
background-color css
<style>
a { background-color: #066FDC; }
a { background-color: rgb(6,111,220); }
div.DivClassName
{
background-color: #066FDC;
}
.BgClassName
{
background-color: #066FDC;
}
</style>
border-color css
<style>
span { border-color: #066FDC; }
span { border-color: rgb(6,111,220); }
td.TdClassName
{
border-color: #066FDC;
}
.TagClassName
{
border-color: #066FDC;
}
</style>