Shades of Navy Blue #0069DC
Tints of Navy Blue #0069DC
RGB
CMYK
RGB Variations
Color information
#0069DC (or 0x0069DC) is known color: Navy Blue. HEX triplet: 00, 69 and DC. RGB value is (0,105,220). Sum of RGB (Red+Green+Blue) = 0+105+220=325 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 325); Green value is 105 (41.41% from 255 or 32.31% from 325); Blue value is 220 (86.33% from 255 or 67.69% from 325); Max value from RGB is 220 - color contains mainly: blue. Hex color #0069DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0069DC is #FF9623. Grayscale: #565656. Windows color (decimal): -16750116 or 14444800. OLE color: 14444800.
HSL color Cylindrical-coordinate representation of color #0069DC: hue angle of 211.36º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0069DC is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 105 | 220 | - |
| CMYK | 1 | 0.52 | 0 | 0.14 |
| HSL | 211.36º | 1% | 0.43% | - |
| HSV(B) | 211.36º | 1% | 0.86% | - |
| XYZ | 17.97 | 15.27 | 69.71 | - |
| YUV | 86.72 | 203.21 | 66.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 105 | 220 | 1 | 0.52 | 0 | 0.14 | 211.36 | 1 | 0.43 |
| Hex | 0 | 69 | DC | 64 | 34 | 0 | E | D3 | 64 | 2B |
| Octal | 0 | 151 | 334 | 144 | 64 | 0 | 16 | 323 | 144 | 53 |
| Binary | 0 | 1101001 | 11011100 | 1100100 | 110100 | 0 | 1110 | 11010011 | 1100100 | 101011 |
Color Harmonies of #0069DC
Complementary color
Monochromatic Colors of #0069DC
Black with #0069DC
Text Example
Text Example
White with #0069DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0069DC; }
p { color: rgb(0,105,220); }
H1.HeaderClassName
{
color: #0069DC;
}
.AnyTagClassName
{
color: #0069DC;
}
</style>
background-color css
<style>
a { background-color: #0069DC; }
a { background-color: rgb(0,105,220); }
div.DivClassName
{
background-color: #0069DC;
}
.BgClassName
{
background-color: #0069DC;
}
</style>
border-color css
<style>
span { border-color: #0069DC; }
span { border-color: rgb(0,105,220); }
td.TdClassName
{
border-color: #0069DC;
}
.TagClassName
{
border-color: #0069DC;
}
</style>