Shades of Navy Blue #0069CD
Tints of Navy Blue #0069CD
RGB
CMYK
RGB Variations
Color information
#0069CD (or 0x0069CD) is known color: Navy Blue. HEX triplet: 00, 69 and CD. RGB value is (0,105,205). Sum of RGB (Red+Green+Blue) = 0+105+205=310 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 310); Green value is 105 (41.41% from 255 or 33.87% from 310); Blue value is 205 (80.47% from 255 or 66.13% from 310); Max value from RGB is 205 - color contains mainly: blue. Hex color #0069CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0069CD is #FF9632. Grayscale: #545454. Windows color (decimal): -16750131 or 13461760. OLE color: 13461760.
HSL color Cylindrical-coordinate representation of color #0069CD: hue angle of 209.27º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0069CD is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 105 | 205 | - |
| CMYK | 1 | 0.49 | 0 | 0.20 |
| HSL | 209.27º | 1% | 0.4% | - |
| HSV(B) | 209.27º | 1% | 0.8% | - |
| XYZ | 16.07 | 14.51 | 59.71 | - |
| YUV | 85.01 | 195.71 | 67.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 105 | 205 | 1 | 0.49 | 0 | 0.20 | 209.27 | 1 | 0.4 |
| Hex | 0 | 69 | CD | 64 | 31 | 0 | 14 | D1 | 64 | 28 |
| Octal | 0 | 151 | 315 | 144 | 61 | 0 | 24 | 321 | 144 | 50 |
| Binary | 0 | 1101001 | 11001101 | 1100100 | 110001 | 0 | 10100 | 11010001 | 1100100 | 101000 |
Color Harmonies of #0069CD
Complementary color
Monochromatic Colors of #0069CD
Black with #0069CD
Text Example
Text Example
White with #0069CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0069CD; }
p { color: rgb(0,105,205); }
H1.HeaderClassName
{
color: #0069CD;
}
.AnyTagClassName
{
color: #0069CD;
}
</style>
background-color css
<style>
a { background-color: #0069CD; }
a { background-color: rgb(0,105,205); }
div.DivClassName
{
background-color: #0069CD;
}
.BgClassName
{
background-color: #0069CD;
}
</style>
border-color css
<style>
span { border-color: #0069CD; }
span { border-color: rgb(0,105,205); }
td.TdClassName
{
border-color: #0069CD;
}
.TagClassName
{
border-color: #0069CD;
}
</style>