Shades of Navy Blue #006CD3
Tints of Navy Blue #006CD3
RGB
CMYK
RGB Variations
Color information
#006CD3 (or 0x006CD3) is known color: Navy Blue. HEX triplet: 00, 6C and D3. RGB value is (0,108,211). Sum of RGB (Red+Green+Blue) = 0+108+211=319 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 319); Green value is 108 (42.58% from 255 or 33.86% from 319); Blue value is 211 (82.81% from 255 or 66.14% from 319); Max value from RGB is 211 - color contains mainly: blue. Hex color #006CD3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006CD3 is #FF932C. Grayscale: #565656. Windows color (decimal): -16749357 or 13855744. OLE color: 13855744.
HSL color Cylindrical-coordinate representation of color #006CD3: hue angle of 209.29º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006CD3 is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 0 | 108 | 211 | - |
| CMYK | 1 | 0.49 | 0 | 0.17 |
| HSL | 209.29º | 1% | 0.41% | - |
| HSV(B) | 209.29º | 1% | 0.83% | - |
| XYZ | 17.12 | 15.43 | 63.7 | - |
| YUV | 87.45 | 197.72 | 65.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 108 | 211 | 1 | 0.49 | 0 | 0.17 | 209.29 | 1 | 0.41 |
| Hex | 0 | 6C | D3 | 64 | 31 | 0 | 11 | D1 | 64 | 29 |
| Octal | 0 | 154 | 323 | 144 | 61 | 0 | 21 | 321 | 144 | 51 |
| Binary | 0 | 1101100 | 11010011 | 1100100 | 110001 | 0 | 10001 | 11010001 | 1100100 | 101001 |
Color Harmonies of #006CD3
Complementary color
Monochromatic Colors of #006CD3
Black with #006CD3
Text Example
Text Example
White with #006CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006CD3; }
p { color: rgb(0,108,211); }
H1.HeaderClassName
{
color: #006CD3;
}
.AnyTagClassName
{
color: #006CD3;
}
</style>
background-color css
<style>
a { background-color: #006CD3; }
a { background-color: rgb(0,108,211); }
div.DivClassName
{
background-color: #006CD3;
}
.BgClassName
{
background-color: #006CD3;
}
</style>
border-color css
<style>
span { border-color: #006CD3; }
span { border-color: rgb(0,108,211); }
td.TdClassName
{
border-color: #006CD3;
}
.TagClassName
{
border-color: #006CD3;
}
</style>