Shades of Navy Blue #006DBB
Tints of Navy Blue #006DBB
RGB
CMYK
RGB Variations
Color information
#006DBB (or 0x006DBB) is known color: Navy Blue. HEX triplet: 00, 6D and BB. RGB value is (0,109,187). Sum of RGB (Red+Green+Blue) = 0+109+187=296 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 296); Green value is 109 (42.97% from 255 or 36.82% from 296); Blue value is 187 (73.44% from 255 or 63.18% from 296); Max value from RGB is 187 - color contains mainly: blue. Hex color #006DBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006DBB is #FF9244. Grayscale: #545454. Windows color (decimal): -16749125 or 12283136. OLE color: 12283136.
HSL color Cylindrical-coordinate representation of color #006DBB: hue angle of 205.03º 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 #006DBB is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 109 | 187 | - |
| CMYK | 1 | 0.42 | 0 | 0.27 |
| HSL | 205.03º | 1% | 0.37% | - |
| HSV(B) | 205.03º | 1% | 0.73% | - |
| XYZ | 14.44 | 14.53 | 49.06 | - |
| YUV | 85.3 | 185.39 | 67.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 109 | 187 | 1 | 0.42 | 0 | 0.27 | 205.03 | 1 | 0.37 |
| Hex | 0 | 6D | BB | 64 | 2A | 0 | 1B | CD | 64 | 25 |
| Octal | 0 | 155 | 273 | 144 | 52 | 0 | 33 | 315 | 144 | 45 |
| Binary | 0 | 1101101 | 10111011 | 1100100 | 101010 | 0 | 11011 | 11001101 | 1100100 | 100101 |
Color Harmonies of #006DBB
Complementary color
Monochromatic Colors of #006DBB
Black with #006DBB
Text Example
Text Example
White with #006DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006DBB; }
p { color: rgb(0,109,187); }
H1.HeaderClassName
{
color: #006DBB;
}
.AnyTagClassName
{
color: #006DBB;
}
</style>
background-color css
<style>
a { background-color: #006DBB; }
a { background-color: rgb(0,109,187); }
div.DivClassName
{
background-color: #006DBB;
}
.BgClassName
{
background-color: #006DBB;
}
</style>
border-color css
<style>
span { border-color: #006DBB; }
span { border-color: rgb(0,109,187); }
td.TdClassName
{
border-color: #006DBB;
}
.TagClassName
{
border-color: #006DBB;
}
</style>