Shades of Navy Blue #006BBB
Tints of Navy Blue #006BBB
RGB
CMYK
RGB Variations
Color information
#006BBB (or 0x006BBB) is known color: Navy Blue. HEX triplet: 00, 6B and BB. RGB value is (0,107,187). Sum of RGB (Red+Green+Blue) = 0+107+187=294 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 294); Green value is 107 (42.19% from 255 or 36.39% from 294); Blue value is 187 (73.44% from 255 or 63.61% from 294); Max value from RGB is 187 - color contains mainly: blue. Hex color #006BBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006BBB is #FF9444. Grayscale: #535353. Windows color (decimal): -16749637 or 12282624. OLE color: 12282624.
HSL color Cylindrical-coordinate representation of color #006BBB: hue angle of 205.67º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006BBB is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 107 | 187 | - |
| CMYK | 1 | 0.43 | 0 | 0.27 |
| HSL | 205.67º | 1% | 0.37% | - |
| HSV(B) | 205.67º | 1% | 0.73% | - |
| XYZ | 14.23 | 14.1 | 48.99 | - |
| YUV | 84.13 | 186.05 | 68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 107 | 187 | 1 | 0.43 | 0 | 0.27 | 205.67 | 1 | 0.37 |
| Hex | 0 | 6B | BB | 64 | 2B | 0 | 1B | CE | 64 | 25 |
| Octal | 0 | 153 | 273 | 144 | 53 | 0 | 33 | 316 | 144 | 45 |
| Binary | 0 | 1101011 | 10111011 | 1100100 | 101011 | 0 | 11011 | 11001110 | 1100100 | 100101 |
Color Harmonies of #006BBB
Complementary color
Monochromatic Colors of #006BBB
Black with #006BBB
Text Example
Text Example
White with #006BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006BBB; }
p { color: rgb(0,107,187); }
H1.HeaderClassName
{
color: #006BBB;
}
.AnyTagClassName
{
color: #006BBB;
}
</style>
background-color css
<style>
a { background-color: #006BBB; }
a { background-color: rgb(0,107,187); }
div.DivClassName
{
background-color: #006BBB;
}
.BgClassName
{
background-color: #006BBB;
}
</style>
border-color css
<style>
span { border-color: #006BBB; }
span { border-color: rgb(0,107,187); }
td.TdClassName
{
border-color: #006BBB;
}
.TagClassName
{
border-color: #006BBB;
}
</style>