Shades of Navy Blue #006BCC
Tints of Navy Blue #006BCC
RGB
CMYK
RGB Variations
Color information
#006BCC (or 0x006BCC) is known color: Navy Blue. HEX triplet: 00, 6B and CC. RGB value is (0,107,204). Sum of RGB (Red+Green+Blue) = 0+107+204=311 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 311); Green value is 107 (42.19% from 255 or 34.41% from 311); Blue value is 204 (80.08% from 255 or 65.59% from 311); Max value from RGB is 204 - color contains mainly: blue. Hex color #006BCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006BCC is #FF9433. Grayscale: #555555. Windows color (decimal): -16749620 or 13396736. OLE color: 13396736.
HSL color Cylindrical-coordinate representation of color #006BCC: hue angle of 208.53º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006BCC is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 0 | 107 | 204 | - |
| CMYK | 1 | 0.48 | 0 | 0.2 |
| HSL | 208.53º | 1% | 0.4% | - |
| HSV(B) | 208.53º | 1% | 0.8% | - |
| XYZ | 16.16 | 14.88 | 59.15 | - |
| YUV | 86.07 | 194.55 | 66.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 107 | 204 | 1 | 0.48 | 0 | 0.2 | 208.53 | 1 | 0.4 |
| Hex | 0 | 6B | CC | 64 | 30 | 0 | 14 | D1 | 64 | 28 |
| Octal | 0 | 153 | 314 | 144 | 60 | 0 | 24 | 321 | 144 | 50 |
| Binary | 0 | 1101011 | 11001100 | 1100100 | 110000 | 0 | 10100 | 11010001 | 1100100 | 101000 |
Color Harmonies of #006BCC
Complementary color
Monochromatic Colors of #006BCC
Black with #006BCC
Text Example
Text Example
White with #006BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006BCC; }
p { color: rgb(0,107,204); }
H1.HeaderClassName
{
color: #006BCC;
}
.AnyTagClassName
{
color: #006BCC;
}
</style>
background-color css
<style>
a { background-color: #006BCC; }
a { background-color: rgb(0,107,204); }
div.DivClassName
{
background-color: #006BCC;
}
.BgClassName
{
background-color: #006BCC;
}
</style>
border-color css
<style>
span { border-color: #006BCC; }
span { border-color: rgb(0,107,204); }
td.TdClassName
{
border-color: #006BCC;
}
.TagClassName
{
border-color: #006BCC;
}
</style>