Shades of Navy Blue #006BD9
Tints of Navy Blue #006BD9
RGB
CMYK
RGB Variations
Color information
#006BD9 (or 0x006BD9) is known color: Navy Blue. HEX triplet: 00, 6B and D9. RGB value is (0,107,217). Sum of RGB (Red+Green+Blue) = 0+107+217=324 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 324); Green value is 107 (42.19% from 255 or 33.02% from 324); Blue value is 217 (85.16% from 255 or 66.98% from 324); Max value from RGB is 217 - color contains mainly: blue. Hex color #006BD9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006BD9 is #FF9426. Grayscale: #575757. Windows color (decimal): -16749607 or 14248704. OLE color: 14248704.
HSL color Cylindrical-coordinate representation of color #006BD9: hue angle of 210.41º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006BD9 is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 107 | 217 | - |
| CMYK | 1 | 0.51 | 0 | 0.15 |
| HSL | 210.41º | 1% | 0.43% | - |
| HSV(B) | 210.41º | 1% | 0.85% | - |
| XYZ | 17.78 | 15.53 | 67.71 | - |
| YUV | 87.55 | 201.05 | 65.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 107 | 217 | 1 | 0.51 | 0 | 0.15 | 210.41 | 1 | 0.43 |
| Hex | 0 | 6B | D9 | 64 | 33 | 0 | F | D2 | 64 | 2B |
| Octal | 0 | 153 | 331 | 144 | 63 | 0 | 17 | 322 | 144 | 53 |
| Binary | 0 | 1101011 | 11011001 | 1100100 | 110011 | 0 | 1111 | 11010010 | 1100100 | 101011 |
Color Harmonies of #006BD9
Complementary color
Monochromatic Colors of #006BD9
Black with #006BD9
Text Example
Text Example
White with #006BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006BD9; }
p { color: rgb(0,107,217); }
H1.HeaderClassName
{
color: #006BD9;
}
.AnyTagClassName
{
color: #006BD9;
}
</style>
background-color css
<style>
a { background-color: #006BD9; }
a { background-color: rgb(0,107,217); }
div.DivClassName
{
background-color: #006BD9;
}
.BgClassName
{
background-color: #006BD9;
}
</style>
border-color css
<style>
span { border-color: #006BD9; }
span { border-color: rgb(0,107,217); }
td.TdClassName
{
border-color: #006BD9;
}
.TagClassName
{
border-color: #006BD9;
}
</style>