Shades of Navy Blue #066CDD
Tints of Navy Blue #066CDD
RGB
CMYK
RGB Variations
Color information
#066CDD (or 0x066CDD) is known color: Navy Blue. HEX triplet: 06, 6C and DD. RGB value is (6,108,221). Sum of RGB (Red+Green+Blue) = 6+108+221=335 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.79% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 221 (86.72% from 255 or 65.97% from 335); Max value from RGB is 221 - color contains mainly: blue. Hex color #066CDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066CDD is #F99322. Grayscale: #595959. Windows color (decimal): -16356131 or 14511110. OLE color: 14511110.
HSL color Cylindrical-coordinate representation of color #066CDD: hue angle of 211.53º 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 #066CDD is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 108 | 221 | - |
| CMYK | 0.97 | 0.51 | 0 | 0.13 |
| HSL | 211.53º | 0.95% | 0.45% | - |
| HSV(B) | 211.53º | 0.97% | 0.87% | - |
| XYZ | 18.49 | 15.98 | 70.52 | - |
| YUV | 90.38 | 201.71 | 67.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 108 | 221 | 0.97 | 0.51 | 0 | 0.13 | 211.53 | 0.95 | 0.45 |
| Hex | 6 | 6C | DD | 61 | 33 | 0 | D | D4 | 5F | 2D |
| Octal | 6 | 154 | 335 | 141 | 63 | 0 | 15 | 324 | 137 | 55 |
| Binary | 110 | 1101100 | 11011101 | 1100001 | 110011 | 0 | 1101 | 11010100 | 1011111 | 101101 |
Color Harmonies of #066CDD
Complementary color
Monochromatic Colors of #066CDD
Black with #066CDD
Text Example
Text Example
White with #066CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066CDD; }
p { color: rgb(6,108,221); }
H1.HeaderClassName
{
color: #066CDD;
}
.AnyTagClassName
{
color: #066CDD;
}
</style>
background-color css
<style>
a { background-color: #066CDD; }
a { background-color: rgb(6,108,221); }
div.DivClassName
{
background-color: #066CDD;
}
.BgClassName
{
background-color: #066CDD;
}
</style>
border-color css
<style>
span { border-color: #066CDD; }
span { border-color: rgb(6,108,221); }
td.TdClassName
{
border-color: #066CDD;
}
.TagClassName
{
border-color: #066CDD;
}
</style>