Shades of Navy Blue #0066BD
Tints of Navy Blue #0066BD
RGB
CMYK
RGB Variations
Color information
#0066BD (or 0x0066BD) is known color: Navy Blue. HEX triplet: 00, 66 and BD. RGB value is (0,102,189). Sum of RGB (Red+Green+Blue) = 0+102+189=291 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 291); Green value is 102 (40.23% from 255 or 35.05% from 291); Blue value is 189 (74.22% from 255 or 64.95% from 291); Max value from RGB is 189 - color contains mainly: blue. Hex color #0066BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0066BD is #FF9942. Grayscale: #505050. Windows color (decimal): -16750915 or 12412416. OLE color: 12412416.
HSL color Cylindrical-coordinate representation of color #0066BD: hue angle of 207.62º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0066BD is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 102 | 189 | - |
| CMYK | 1 | 0.46 | 0 | 0.26 |
| HSL | 207.62º | 1% | 0.37% | - |
| HSV(B) | 207.62º | 1% | 0.74% | - |
| XYZ | 13.94 | 13.18 | 49.95 | - |
| YUV | 81.42 | 188.71 | 69.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 102 | 189 | 1 | 0.46 | 0 | 0.26 | 207.62 | 1 | 0.37 |
| Hex | 0 | 66 | BD | 64 | 2E | 0 | 1A | D0 | 64 | 25 |
| Octal | 0 | 146 | 275 | 144 | 56 | 0 | 32 | 320 | 144 | 45 |
| Binary | 0 | 1100110 | 10111101 | 1100100 | 101110 | 0 | 11010 | 11010000 | 1100100 | 100101 |
Color Harmonies of #0066BD
Complementary color
Monochromatic Colors of #0066BD
Black with #0066BD
Text Example
Text Example
White with #0066BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0066BD; }
p { color: rgb(0,102,189); }
H1.HeaderClassName
{
color: #0066BD;
}
.AnyTagClassName
{
color: #0066BD;
}
</style>
background-color css
<style>
a { background-color: #0066BD; }
a { background-color: rgb(0,102,189); }
div.DivClassName
{
background-color: #0066BD;
}
.BgClassName
{
background-color: #0066BD;
}
</style>
border-color css
<style>
span { border-color: #0066BD; }
span { border-color: rgb(0,102,189); }
td.TdClassName
{
border-color: #0066BD;
}
.TagClassName
{
border-color: #0066BD;
}
</style>