Shades of Navy Blue #006BBA
Tints of Navy Blue #006BBA
RGB
CMYK
RGB Variations
Color information
#006BBA (or 0x006BBA) is known color: Navy Blue. HEX triplet: 00, 6B and BA. RGB value is (0,107,186). Sum of RGB (Red+Green+Blue) = 0+107+186=293 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 293); Green value is 107 (42.19% from 255 or 36.52% from 293); Blue value is 186 (73.05% from 255 or 63.48% from 293); Max value from RGB is 186 - color contains mainly: blue. Hex color #006BBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006BBA is #FF9445. Grayscale: #535353. Windows color (decimal): -16749638 or 12217088. OLE color: 12217088.
HSL color Cylindrical-coordinate representation of color #006BBA: hue angle of 205.48º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006BBA is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 107 | 186 | - |
| CMYK | 1 | 0.42 | 0 | 0.27 |
| HSL | 205.48º | 1% | 0.36% | - |
| HSV(B) | 205.48º | 1% | 0.73% | - |
| XYZ | 14.12 | 14.06 | 48.42 | - |
| YUV | 84.01 | 185.55 | 68.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 107 | 186 | 1 | 0.42 | 0 | 0.27 | 205.48 | 1 | 0.36 |
| Hex | 0 | 6B | BA | 64 | 2A | 0 | 1B | CD | 64 | 24 |
| Octal | 0 | 153 | 272 | 144 | 52 | 0 | 33 | 315 | 144 | 44 |
| Binary | 0 | 1101011 | 10111010 | 1100100 | 101010 | 0 | 11011 | 11001101 | 1100100 | 100100 |
Color Harmonies of #006BBA
Complementary color
Monochromatic Colors of #006BBA
Black with #006BBA
Text Example
Text Example
White with #006BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006BBA; }
p { color: rgb(0,107,186); }
H1.HeaderClassName
{
color: #006BBA;
}
.AnyTagClassName
{
color: #006BBA;
}
</style>
background-color css
<style>
a { background-color: #006BBA; }
a { background-color: rgb(0,107,186); }
div.DivClassName
{
background-color: #006BBA;
}
.BgClassName
{
background-color: #006BBA;
}
</style>
border-color css
<style>
span { border-color: #006BBA; }
span { border-color: rgb(0,107,186); }
td.TdClassName
{
border-color: #006BBA;
}
.TagClassName
{
border-color: #006BBA;
}
</style>