Shades of Navy Blue #066CDB
Tints of Navy Blue #066CDB
RGB
CMYK
RGB Variations
Color information
#066CDB (or 0x066CDB) is known color: Navy Blue. HEX triplet: 06, 6C and DB. RGB value is (6,108,219). Sum of RGB (Red+Green+Blue) = 6+108+219=333 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.80% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 219 (85.94% from 255 or 65.77% from 333); Max value from RGB is 219 - color contains mainly: blue. Hex color #066CDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066CDB is #F99324. Grayscale: #595959. Windows color (decimal): -16356133 or 14380038. OLE color: 14380038.
HSL color Cylindrical-coordinate representation of color #066CDB: hue angle of 211.27º 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 #066CDB is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 108 | 219 | - |
| CMYK | 0.97 | 0.51 | 0 | 0.14 |
| HSL | 211.27º | 0.95% | 0.44% | - |
| HSV(B) | 211.27º | 0.97% | 0.86% | - |
| XYZ | 18.22 | 15.88 | 69.12 | - |
| YUV | 90.16 | 200.71 | 67.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 108 | 219 | 0.97 | 0.51 | 0 | 0.14 | 211.27 | 0.95 | 0.44 |
| Hex | 6 | 6C | DB | 61 | 33 | 0 | E | D3 | 5F | 2C |
| Octal | 6 | 154 | 333 | 141 | 63 | 0 | 16 | 323 | 137 | 54 |
| Binary | 110 | 1101100 | 11011011 | 1100001 | 110011 | 0 | 1110 | 11010011 | 1011111 | 101100 |
Color Harmonies of #066CDB
Complementary color
Monochromatic Colors of #066CDB
Black with #066CDB
Text Example
Text Example
White with #066CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066CDB; }
p { color: rgb(6,108,219); }
H1.HeaderClassName
{
color: #066CDB;
}
.AnyTagClassName
{
color: #066CDB;
}
</style>
background-color css
<style>
a { background-color: #066CDB; }
a { background-color: rgb(6,108,219); }
div.DivClassName
{
background-color: #066CDB;
}
.BgClassName
{
background-color: #066CDB;
}
</style>
border-color css
<style>
span { border-color: #066CDB; }
span { border-color: rgb(6,108,219); }
td.TdClassName
{
border-color: #066CDB;
}
.TagClassName
{
border-color: #066CDB;
}
</style>