Shades of Navy Blue #006BDA
Tints of Navy Blue #006BDA
RGB
CMYK
RGB Variations
Color information
#006BDA (or 0x006BDA) is known color: Navy Blue. HEX triplet: 00, 6B and DA. RGB value is (0,107,218). Sum of RGB (Red+Green+Blue) = 0+107+218=325 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 325); Green value is 107 (42.19% from 255 or 32.92% from 325); Blue value is 218 (85.55% from 255 or 67.08% from 325); Max value from RGB is 218 - color contains mainly: blue. Hex color #006BDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006BDA is #FF9425. Grayscale: #575757. Windows color (decimal): -16749606 or 14314240. OLE color: 14314240.
HSL color Cylindrical-coordinate representation of color #006BDA: hue angle of 210.55º 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 #006BDA is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 107 | 218 | - |
| CMYK | 1 | 0.51 | 0 | 0.15 |
| HSL | 210.55º | 1% | 0.43% | - |
| HSV(B) | 210.55º | 1% | 0.85% | - |
| XYZ | 17.91 | 15.58 | 68.39 | - |
| YUV | 87.66 | 201.55 | 65.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 107 | 218 | 1 | 0.51 | 0 | 0.15 | 210.55 | 1 | 0.43 |
| Hex | 0 | 6B | DA | 64 | 33 | 0 | F | D3 | 64 | 2B |
| Octal | 0 | 153 | 332 | 144 | 63 | 0 | 17 | 323 | 144 | 53 |
| Binary | 0 | 1101011 | 11011010 | 1100100 | 110011 | 0 | 1111 | 11010011 | 1100100 | 101011 |
Color Harmonies of #006BDA
Complementary color
Monochromatic Colors of #006BDA
Black with #006BDA
Text Example
Text Example
White with #006BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006BDA; }
p { color: rgb(0,107,218); }
H1.HeaderClassName
{
color: #006BDA;
}
.AnyTagClassName
{
color: #006BDA;
}
</style>
background-color css
<style>
a { background-color: #006BDA; }
a { background-color: rgb(0,107,218); }
div.DivClassName
{
background-color: #006BDA;
}
.BgClassName
{
background-color: #006BDA;
}
</style>
border-color css
<style>
span { border-color: #006BDA; }
span { border-color: rgb(0,107,218); }
td.TdClassName
{
border-color: #006BDA;
}
.TagClassName
{
border-color: #006BDA;
}
</style>