Shades of Navy Blue #0769DB
Tints of Navy Blue #0769DB
RGB
CMYK
RGB Variations
Color information
#0769DB (or 0x0769DB) is known color: Navy Blue. HEX triplet: 07, 69 and DB. RGB value is (7,105,219). Sum of RGB (Red+Green+Blue) = 7+105+219=331 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.11% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 219 (85.94% from 255 or 66.16% from 331); Max value from RGB is 219 - color contains mainly: blue. Hex color #0769DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0769DB is #F89624. Grayscale: #585858. Windows color (decimal): -16291365 or 14379271. OLE color: 14379271.
HSL color Cylindrical-coordinate representation of color #0769DB: hue angle of 212.26º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0769DB is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 105 | 219 | - |
| CMYK | 0.97 | 0.52 | 0 | 0.14 |
| HSL | 212.26º | 0.94% | 0.44% | - |
| HSV(B) | 212.26º | 0.97% | 0.86% | - |
| XYZ | 17.93 | 15.26 | 69.02 | - |
| YUV | 88.69 | 201.53 | 69.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 105 | 219 | 0.97 | 0.52 | 0 | 0.14 | 212.26 | 0.94 | 0.44 |
| Hex | 7 | 69 | DB | 61 | 34 | 0 | E | D4 | 5E | 2C |
| Octal | 7 | 151 | 333 | 141 | 64 | 0 | 16 | 324 | 136 | 54 |
| Binary | 111 | 1101001 | 11011011 | 1100001 | 110100 | 0 | 1110 | 11010100 | 1011110 | 101100 |
Color Harmonies of #0769DB
Complementary color
Monochromatic Colors of #0769DB
Black with #0769DB
Text Example
Text Example
White with #0769DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0769DB; }
p { color: rgb(7,105,219); }
H1.HeaderClassName
{
color: #0769DB;
}
.AnyTagClassName
{
color: #0769DB;
}
</style>
background-color css
<style>
a { background-color: #0769DB; }
a { background-color: rgb(7,105,219); }
div.DivClassName
{
background-color: #0769DB;
}
.BgClassName
{
background-color: #0769DB;
}
</style>
border-color css
<style>
span { border-color: #0769DB; }
span { border-color: rgb(7,105,219); }
td.TdClassName
{
border-color: #0769DB;
}
.TagClassName
{
border-color: #0769DB;
}
</style>