Shades of Navy Blue #0068DE
Tints of Navy Blue #0068DE
RGB
CMYK
RGB Variations
Color information
#0068DE (or 0x0068DE) is known color: Navy Blue. HEX triplet: 00, 68 and DE. RGB value is (0,104,222). Sum of RGB (Red+Green+Blue) = 0+104+222=326 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 222 (87.11% from 255 or 68.10% from 326); Max value from RGB is 222 - color contains mainly: blue. Hex color #0068DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0068DE is #FF9721. Grayscale: #555555. Windows color (decimal): -16750370 or 14575616. OLE color: 14575616.
HSL color Cylindrical-coordinate representation of color #0068DE: hue angle of 211.89º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0068DE is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 104 | 222 | - |
| CMYK | 1 | 0.53 | 0 | 0.13 |
| HSL | 211.89º | 1% | 0.44% | - |
| HSV(B) | 211.89º | 1% | 0.87% | - |
| XYZ | 18.14 | 15.17 | 71.08 | - |
| YUV | 86.36 | 204.54 | 66.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 104 | 222 | 1 | 0.53 | 0 | 0.13 | 211.89 | 1 | 0.44 |
| Hex | 0 | 68 | DE | 64 | 35 | 0 | D | D4 | 64 | 2C |
| Octal | 0 | 150 | 336 | 144 | 65 | 0 | 15 | 324 | 144 | 54 |
| Binary | 0 | 1101000 | 11011110 | 1100100 | 110101 | 0 | 1101 | 11010100 | 1100100 | 101100 |
Color Harmonies of #0068DE
Complementary color
Monochromatic Colors of #0068DE
Black with #0068DE
Text Example
Text Example
White with #0068DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0068DE; }
p { color: rgb(0,104,222); }
H1.HeaderClassName
{
color: #0068DE;
}
.AnyTagClassName
{
color: #0068DE;
}
</style>
background-color css
<style>
a { background-color: #0068DE; }
a { background-color: rgb(0,104,222); }
div.DivClassName
{
background-color: #0068DE;
}
.BgClassName
{
background-color: #0068DE;
}
</style>
border-color css
<style>
span { border-color: #0068DE; }
span { border-color: rgb(0,104,222); }
td.TdClassName
{
border-color: #0068DE;
}
.TagClassName
{
border-color: #0068DE;
}
</style>