Shades of Navy Blue #0769DA
Tints of Navy Blue #0769DA
RGB
CMYK
RGB Variations
Color information
#0769DA (or 0x0769DA) is known color: Navy Blue. HEX triplet: 07, 69 and DA. RGB value is (7,105,218). Sum of RGB (Red+Green+Blue) = 7+105+218=330 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.12% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 218 (85.55% from 255 or 66.06% from 330); Max value from RGB is 218 - color contains mainly: blue. Hex color #0769DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0769DA is #F89625. Grayscale: #585858. Windows color (decimal): -16291366 or 14313735. OLE color: 14313735.
HSL color Cylindrical-coordinate representation of color #0769DA: hue angle of 212.13º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0769DA is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 7 | 105 | 218 | - |
| CMYK | 0.97 | 0.52 | 0 | 0.15 |
| HSL | 212.13º | 0.94% | 0.44% | - |
| HSV(B) | 212.13º | 0.97% | 0.85% | - |
| XYZ | 17.79 | 15.21 | 68.33 | - |
| YUV | 88.58 | 201.03 | 69.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 105 | 218 | 0.97 | 0.52 | 0 | 0.15 | 212.13 | 0.94 | 0.44 |
| Hex | 7 | 69 | DA | 61 | 34 | 0 | F | D4 | 5E | 2C |
| Octal | 7 | 151 | 332 | 141 | 64 | 0 | 17 | 324 | 136 | 54 |
| Binary | 111 | 1101001 | 11011010 | 1100001 | 110100 | 0 | 1111 | 11010100 | 1011110 | 101100 |
Color Harmonies of #0769DA
Complementary color
Monochromatic Colors of #0769DA
Black with #0769DA
Text Example
Text Example
White with #0769DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0769DA; }
p { color: rgb(7,105,218); }
H1.HeaderClassName
{
color: #0769DA;
}
.AnyTagClassName
{
color: #0769DA;
}
</style>
background-color css
<style>
a { background-color: #0769DA; }
a { background-color: rgb(7,105,218); }
div.DivClassName
{
background-color: #0769DA;
}
.BgClassName
{
background-color: #0769DA;
}
</style>
border-color css
<style>
span { border-color: #0769DA; }
span { border-color: rgb(7,105,218); }
td.TdClassName
{
border-color: #0769DA;
}
.TagClassName
{
border-color: #0769DA;
}
</style>