Shades of Navy Blue #006CBC
Tints of Navy Blue #006CBC
RGB
CMYK
RGB Variations
Color information
#006CBC (or 0x006CBC) is known color: Navy Blue. HEX triplet: 00, 6C and BC. RGB value is (0,108,188). Sum of RGB (Red+Green+Blue) = 0+108+188=296 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 296); Green value is 108 (42.58% from 255 or 36.49% from 296); Blue value is 188 (73.83% from 255 or 63.51% from 296); Max value from RGB is 188 - color contains mainly: blue. Hex color #006CBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006CBC is #FF9343. Grayscale: #545454. Windows color (decimal): -16749380 or 12348416. OLE color: 12348416.
HSL color Cylindrical-coordinate representation of color #006CBC: hue angle of 205.53º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006CBC is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 108 | 188 | - |
| CMYK | 1 | 0.43 | 0 | 0.26 |
| HSL | 205.53º | 1% | 0.37% | - |
| HSV(B) | 205.53º | 1% | 0.74% | - |
| XYZ | 14.44 | 14.36 | 49.59 | - |
| YUV | 84.83 | 186.22 | 67.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 108 | 188 | 1 | 0.43 | 0 | 0.26 | 205.53 | 1 | 0.37 |
| Hex | 0 | 6C | BC | 64 | 2B | 0 | 1A | CE | 64 | 25 |
| Octal | 0 | 154 | 274 | 144 | 53 | 0 | 32 | 316 | 144 | 45 |
| Binary | 0 | 1101100 | 10111100 | 1100100 | 101011 | 0 | 11010 | 11001110 | 1100100 | 100101 |
Color Harmonies of #006CBC
Complementary color
Monochromatic Colors of #006CBC
Black with #006CBC
Text Example
Text Example
White with #006CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006CBC; }
p { color: rgb(0,108,188); }
H1.HeaderClassName
{
color: #006CBC;
}
.AnyTagClassName
{
color: #006CBC;
}
</style>
background-color css
<style>
a { background-color: #006CBC; }
a { background-color: rgb(0,108,188); }
div.DivClassName
{
background-color: #006CBC;
}
.BgClassName
{
background-color: #006CBC;
}
</style>
border-color css
<style>
span { border-color: #006CBC; }
span { border-color: rgb(0,108,188); }
td.TdClassName
{
border-color: #006CBC;
}
.TagClassName
{
border-color: #006CBC;
}
</style>