Shades of Navy Blue #0068DD
Tints of Navy Blue #0068DD
RGB
CMYK
RGB Variations
Color information
#0068DD (or 0x0068DD) is known color: Navy Blue. HEX triplet: 00, 68 and DD. RGB value is (0,104,221). Sum of RGB (Red+Green+Blue) = 0+104+221=325 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 325); Green value is 104 (41.02% from 255 or 32% from 325); Blue value is 221 (86.72% from 255 or 68% from 325); Max value from RGB is 221 - color contains mainly: blue. Hex color #0068DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0068DD is #FF9722. Grayscale: #555555. Windows color (decimal): -16750371 or 14510080. OLE color: 14510080.
HSL color Cylindrical-coordinate representation of color #0068DD: hue angle of 211.76º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0068DD is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 104 | 221 | - |
| CMYK | 1 | 0.53 | 0 | 0.13 |
| HSL | 211.76º | 1% | 0.43% | - |
| HSV(B) | 211.76º | 1% | 0.87% | - |
| XYZ | 18 | 15.12 | 70.38 | - |
| YUV | 86.24 | 204.04 | 66.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 104 | 221 | 1 | 0.53 | 0 | 0.13 | 211.76 | 1 | 0.43 |
| Hex | 0 | 68 | DD | 64 | 35 | 0 | D | D4 | 64 | 2B |
| Octal | 0 | 150 | 335 | 144 | 65 | 0 | 15 | 324 | 144 | 53 |
| Binary | 0 | 1101000 | 11011101 | 1100100 | 110101 | 0 | 1101 | 11010100 | 1100100 | 101011 |
Color Harmonies of #0068DD
Complementary color
Monochromatic Colors of #0068DD
Black with #0068DD
Text Example
Text Example
White with #0068DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0068DD; }
p { color: rgb(0,104,221); }
H1.HeaderClassName
{
color: #0068DD;
}
.AnyTagClassName
{
color: #0068DD;
}
</style>
background-color css
<style>
a { background-color: #0068DD; }
a { background-color: rgb(0,104,221); }
div.DivClassName
{
background-color: #0068DD;
}
.BgClassName
{
background-color: #0068DD;
}
</style>
border-color css
<style>
span { border-color: #0068DD; }
span { border-color: rgb(0,104,221); }
td.TdClassName
{
border-color: #0068DD;
}
.TagClassName
{
border-color: #0068DD;
}
</style>