Shades of Navy Blue #066BDC
Tints of Navy Blue #066BDC
RGB
CMYK
RGB Variations
Color information
#066BDC (or 0x066BDC) is known color: Navy Blue. HEX triplet: 06, 6B and DC. RGB value is (6,107,220). Sum of RGB (Red+Green+Blue) = 6+107+220=333 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.80% from 333); Green value is 107 (42.19% from 255 or 32.13% from 333); Blue value is 220 (86.33% from 255 or 66.07% from 333); Max value from RGB is 220 - color contains mainly: blue. Hex color #066BDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066BDC is #F99423. Grayscale: #595959. Windows color (decimal): -16356388 or 14445318. OLE color: 14445318.
HSL color Cylindrical-coordinate representation of color #066BDC: hue angle of 211.68º 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 #066BDC is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 107 | 220 | - |
| CMYK | 0.97 | 0.51 | 0 | 0.14 |
| HSL | 211.68º | 0.95% | 0.44% | - |
| HSV(B) | 211.68º | 0.97% | 0.86% | - |
| XYZ | 18.25 | 15.72 | 69.78 | - |
| YUV | 89.68 | 201.54 | 68.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 107 | 220 | 0.97 | 0.51 | 0 | 0.14 | 211.68 | 0.95 | 0.44 |
| Hex | 6 | 6B | DC | 61 | 33 | 0 | E | D4 | 5F | 2C |
| Octal | 6 | 153 | 334 | 141 | 63 | 0 | 16 | 324 | 137 | 54 |
| Binary | 110 | 1101011 | 11011100 | 1100001 | 110011 | 0 | 1110 | 11010100 | 1011111 | 101100 |
Color Harmonies of #066BDC
Complementary color
Monochromatic Colors of #066BDC
Black with #066BDC
Text Example
Text Example
White with #066BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066BDC; }
p { color: rgb(6,107,220); }
H1.HeaderClassName
{
color: #066BDC;
}
.AnyTagClassName
{
color: #066BDC;
}
</style>
background-color css
<style>
a { background-color: #066BDC; }
a { background-color: rgb(6,107,220); }
div.DivClassName
{
background-color: #066BDC;
}
.BgClassName
{
background-color: #066BDC;
}
</style>
border-color css
<style>
span { border-color: #066BDC; }
span { border-color: rgb(6,107,220); }
td.TdClassName
{
border-color: #066BDC;
}
.TagClassName
{
border-color: #066BDC;
}
</style>