Shades of Navy Blue #066FDD
Tints of Navy Blue #066FDD
RGB
CMYK
RGB Variations
Color information
#066FDD (or 0x066FDD) is known color: Navy Blue. HEX triplet: 06, 6F and DD. RGB value is (6,111,221). Sum of RGB (Red+Green+Blue) = 6+111+221=338 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.78% from 338); Green value is 111 (43.75% from 255 or 32.84% from 338); Blue value is 221 (86.72% from 255 or 65.38% from 338); Max value from RGB is 221 - color contains mainly: blue. Hex color #066FDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066FDD is #F99022. Grayscale: #5B5B5B. Windows color (decimal): -16355363 or 14511878. OLE color: 14511878.
HSL color Cylindrical-coordinate representation of color #066FDD: hue angle of 210.7º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066FDD is Cyan = 0.97, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 111 | 221 | - |
| CMYK | 0.97 | 0.50 | 0 | 0.13 |
| HSL | 210.7º | 0.95% | 0.45% | - |
| HSV(B) | 210.7º | 0.97% | 0.87% | - |
| XYZ | 18.81 | 16.63 | 70.62 | - |
| YUV | 92.15 | 200.71 | 66.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 111 | 221 | 0.97 | 0.50 | 0 | 0.13 | 210.7 | 0.95 | 0.45 |
| Hex | 6 | 6F | DD | 61 | 32 | 0 | D | D3 | 5F | 2D |
| Octal | 6 | 157 | 335 | 141 | 62 | 0 | 15 | 323 | 137 | 55 |
| Binary | 110 | 1101111 | 11011101 | 1100001 | 110010 | 0 | 1101 | 11010011 | 1011111 | 101101 |
Color Harmonies of #066FDD
Complementary color
Monochromatic Colors of #066FDD
Black with #066FDD
Text Example
Text Example
White with #066FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066FDD; }
p { color: rgb(6,111,221); }
H1.HeaderClassName
{
color: #066FDD;
}
.AnyTagClassName
{
color: #066FDD;
}
</style>
background-color css
<style>
a { background-color: #066FDD; }
a { background-color: rgb(6,111,221); }
div.DivClassName
{
background-color: #066FDD;
}
.BgClassName
{
background-color: #066FDD;
}
</style>
border-color css
<style>
span { border-color: #066FDD; }
span { border-color: rgb(6,111,221); }
td.TdClassName
{
border-color: #066FDD;
}
.TagClassName
{
border-color: #066FDD;
}
</style>