Shades of Navy Blue #0068C6
Tints of Navy Blue #0068C6
RGB
CMYK
RGB Variations
Color information
#0068C6 (or 0x0068C6) is known color: Navy Blue. HEX triplet: 00, 68 and C6. RGB value is (0,104,198). Sum of RGB (Red+Green+Blue) = 0+104+198=302 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 302); Green value is 104 (41.02% from 255 or 34.44% from 302); Blue value is 198 (77.73% from 255 or 65.56% from 302); Max value from RGB is 198 - color contains mainly: blue. Hex color #0068C6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0068C6 is #FF9739. Grayscale: #535353. Windows color (decimal): -16750394 or 13002752. OLE color: 13002752.
HSL color Cylindrical-coordinate representation of color #0068C6: hue angle of 208.48º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0068C6 is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 0 | 104 | 198 | - |
| CMYK | 1 | 0.47 | 0 | 0.22 |
| HSL | 208.48º | 1% | 0.39% | - |
| HSV(B) | 208.48º | 1% | 0.78% | - |
| XYZ | 15.14 | 13.98 | 55.33 | - |
| YUV | 83.62 | 192.54 | 68.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 104 | 198 | 1 | 0.47 | 0 | 0.22 | 208.48 | 1 | 0.39 |
| Hex | 0 | 68 | C6 | 64 | 2F | 0 | 16 | D0 | 64 | 27 |
| Octal | 0 | 150 | 306 | 144 | 57 | 0 | 26 | 320 | 144 | 47 |
| Binary | 0 | 1101000 | 11000110 | 1100100 | 101111 | 0 | 10110 | 11010000 | 1100100 | 100111 |
Color Harmonies of #0068C6
Complementary color
Monochromatic Colors of #0068C6
Black with #0068C6
Text Example
Text Example
White with #0068C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0068C6; }
p { color: rgb(0,104,198); }
H1.HeaderClassName
{
color: #0068C6;
}
.AnyTagClassName
{
color: #0068C6;
}
</style>
background-color css
<style>
a { background-color: #0068C6; }
a { background-color: rgb(0,104,198); }
div.DivClassName
{
background-color: #0068C6;
}
.BgClassName
{
background-color: #0068C6;
}
</style>
border-color css
<style>
span { border-color: #0068C6; }
span { border-color: rgb(0,104,198); }
td.TdClassName
{
border-color: #0068C6;
}
.TagClassName
{
border-color: #0068C6;
}
</style>