Shades of Navy Blue #0068BC
Tints of Navy Blue #0068BC
RGB
CMYK
RGB Variations
Color information
#0068BC (or 0x0068BC) is known color: Navy Blue. HEX triplet: 00, 68 and BC. RGB value is (0,104,188). Sum of RGB (Red+Green+Blue) = 0+104+188=292 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 292); Green value is 104 (41.02% from 255 or 35.62% from 292); Blue value is 188 (73.83% from 255 or 64.38% from 292); Max value from RGB is 188 - color contains mainly: blue. Hex color #0068BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0068BC is #FF9743. Grayscale: #525252. Windows color (decimal): -16750404 or 12347392. OLE color: 12347392.
HSL color Cylindrical-coordinate representation of color #0068BC: hue angle of 206.81º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0068BC is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 104 | 188 | - |
| CMYK | 1 | 0.45 | 0 | 0.26 |
| HSL | 206.81º | 1% | 0.37% | - |
| HSV(B) | 206.81º | 1% | 0.74% | - |
| XYZ | 14.03 | 13.53 | 49.45 | - |
| YUV | 82.48 | 187.54 | 69.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 104 | 188 | 1 | 0.45 | 0 | 0.26 | 206.81 | 1 | 0.37 |
| Hex | 0 | 68 | BC | 64 | 2D | 0 | 1A | CF | 64 | 25 |
| Octal | 0 | 150 | 274 | 144 | 55 | 0 | 32 | 317 | 144 | 45 |
| Binary | 0 | 1101000 | 10111100 | 1100100 | 101101 | 0 | 11010 | 11001111 | 1100100 | 100101 |
Color Harmonies of #0068BC
Complementary color
Monochromatic Colors of #0068BC
Black with #0068BC
Text Example
Text Example
White with #0068BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0068BC; }
p { color: rgb(0,104,188); }
H1.HeaderClassName
{
color: #0068BC;
}
.AnyTagClassName
{
color: #0068BC;
}
</style>
background-color css
<style>
a { background-color: #0068BC; }
a { background-color: rgb(0,104,188); }
div.DivClassName
{
background-color: #0068BC;
}
.BgClassName
{
background-color: #0068BC;
}
</style>
border-color css
<style>
span { border-color: #0068BC; }
span { border-color: rgb(0,104,188); }
td.TdClassName
{
border-color: #0068BC;
}
.TagClassName
{
border-color: #0068BC;
}
</style>