Shades of Navy Blue #006CCF
Tints of Navy Blue #006CCF
RGB
CMYK
RGB Variations
Color information
#006CCF (or 0x006CCF) is known color: Navy Blue. HEX triplet: 00, 6C and CF. RGB value is (0,108,207). Sum of RGB (Red+Green+Blue) = 0+108+207=315 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 207 (81.25% from 255 or 65.71% from 315); Max value from RGB is 207 - color contains mainly: blue. Hex color #006CCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006CCF is #FF9330. Grayscale: #565656. Windows color (decimal): -16749361 or 13593600. OLE color: 13593600.
HSL color Cylindrical-coordinate representation of color #006CCF: hue angle of 208.7º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006CCF is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 108 | 207 | - |
| CMYK | 1 | 0.48 | 0 | 0.19 |
| HSL | 208.7º | 1% | 0.41% | - |
| HSV(B) | 208.7º | 1% | 0.81% | - |
| XYZ | 16.63 | 15.23 | 61.09 | - |
| YUV | 86.99 | 195.72 | 65.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 108 | 207 | 1 | 0.48 | 0 | 0.19 | 208.7 | 1 | 0.41 |
| Hex | 0 | 6C | CF | 64 | 30 | 0 | 13 | D1 | 64 | 29 |
| Octal | 0 | 154 | 317 | 144 | 60 | 0 | 23 | 321 | 144 | 51 |
| Binary | 0 | 1101100 | 11001111 | 1100100 | 110000 | 0 | 10011 | 11010001 | 1100100 | 101001 |
Color Harmonies of #006CCF
Complementary color
Monochromatic Colors of #006CCF
Black with #006CCF
Text Example
Text Example
White with #006CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006CCF; }
p { color: rgb(0,108,207); }
H1.HeaderClassName
{
color: #006CCF;
}
.AnyTagClassName
{
color: #006CCF;
}
</style>
background-color css
<style>
a { background-color: #006CCF; }
a { background-color: rgb(0,108,207); }
div.DivClassName
{
background-color: #006CCF;
}
.BgClassName
{
background-color: #006CCF;
}
</style>
border-color css
<style>
span { border-color: #006CCF; }
span { border-color: rgb(0,108,207); }
td.TdClassName
{
border-color: #006CCF;
}
.TagClassName
{
border-color: #006CCF;
}
</style>