Shades of Navy Blue #066BDB
Tints of Navy Blue #066BDB
RGB
CMYK
RGB Variations
Color information
#066BDB (or 0x066BDB) is known color: Navy Blue. HEX triplet: 06, 6B and DB. RGB value is (6,107,219). Sum of RGB (Red+Green+Blue) = 6+107+219=332 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.81% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 219 (85.94% from 255 or 65.96% from 332); Max value from RGB is 219 - color contains mainly: blue. Hex color #066BDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066BDB is #F99424. Grayscale: #595959. Windows color (decimal): -16356389 or 14379782. OLE color: 14379782.
HSL color Cylindrical-coordinate representation of color #066BDB: hue angle of 211.55º 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 #066BDB is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 107 | 219 | - |
| CMYK | 0.97 | 0.51 | 0 | 0.14 |
| HSL | 211.55º | 0.95% | 0.44% | - |
| HSV(B) | 211.55º | 0.97% | 0.86% | - |
| XYZ | 18.12 | 15.67 | 69.09 | - |
| YUV | 89.57 | 201.04 | 68.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 107 | 219 | 0.97 | 0.51 | 0 | 0.14 | 211.55 | 0.95 | 0.44 |
| Hex | 6 | 6B | DB | 61 | 33 | 0 | E | D4 | 5F | 2C |
| Octal | 6 | 153 | 333 | 141 | 63 | 0 | 16 | 324 | 137 | 54 |
| Binary | 110 | 1101011 | 11011011 | 1100001 | 110011 | 0 | 1110 | 11010100 | 1011111 | 101100 |
Color Harmonies of #066BDB
Complementary color
Monochromatic Colors of #066BDB
Black with #066BDB
Text Example
Text Example
White with #066BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066BDB; }
p { color: rgb(6,107,219); }
H1.HeaderClassName
{
color: #066BDB;
}
.AnyTagClassName
{
color: #066BDB;
}
</style>
background-color css
<style>
a { background-color: #066BDB; }
a { background-color: rgb(6,107,219); }
div.DivClassName
{
background-color: #066BDB;
}
.BgClassName
{
background-color: #066BDB;
}
</style>
border-color css
<style>
span { border-color: #066BDB; }
span { border-color: rgb(6,107,219); }
td.TdClassName
{
border-color: #066BDB;
}
.TagClassName
{
border-color: #066BDB;
}
</style>