Shades of Navy Blue #006CD5
Tints of Navy Blue #006CD5
RGB
CMYK
RGB Variations
Color information
#006CD5 (or 0x006CD5) is known color: Navy Blue. HEX triplet: 00, 6C and D5. RGB value is (0,108,213). Sum of RGB (Red+Green+Blue) = 0+108+213=321 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 321); Green value is 108 (42.58% from 255 or 33.64% from 321); Blue value is 213 (83.59% from 255 or 66.36% from 321); Max value from RGB is 213 - color contains mainly: blue. Hex color #006CD5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006CD5 is #FF932A. Grayscale: #575757. Windows color (decimal): -16749355 or 13986816. OLE color: 13986816.
HSL color Cylindrical-coordinate representation of color #006CD5: hue angle of 209.58º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006CD5 is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 108 | 213 | - |
| CMYK | 1 | 0.49 | 0 | 0.16 |
| HSL | 209.58º | 1% | 0.42% | - |
| HSV(B) | 209.58º | 1% | 0.84% | - |
| XYZ | 17.37 | 15.53 | 65.03 | - |
| YUV | 87.68 | 198.72 | 65.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 108 | 213 | 1 | 0.49 | 0 | 0.16 | 209.58 | 1 | 0.42 |
| Hex | 0 | 6C | D5 | 64 | 31 | 0 | 10 | D2 | 64 | 2A |
| Octal | 0 | 154 | 325 | 144 | 61 | 0 | 20 | 322 | 144 | 52 |
| Binary | 0 | 1101100 | 11010101 | 1100100 | 110001 | 0 | 10000 | 11010010 | 1100100 | 101010 |
Color Harmonies of #006CD5
Complementary color
Monochromatic Colors of #006CD5
Black with #006CD5
Text Example
Text Example
White with #006CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006CD5; }
p { color: rgb(0,108,213); }
H1.HeaderClassName
{
color: #006CD5;
}
.AnyTagClassName
{
color: #006CD5;
}
</style>
background-color css
<style>
a { background-color: #006CD5; }
a { background-color: rgb(0,108,213); }
div.DivClassName
{
background-color: #006CD5;
}
.BgClassName
{
background-color: #006CD5;
}
</style>
border-color css
<style>
span { border-color: #006CD5; }
span { border-color: rgb(0,108,213); }
td.TdClassName
{
border-color: #006CD5;
}
.TagClassName
{
border-color: #006CD5;
}
</style>