Shades of Navy Blue #0769CA
Tints of Navy Blue #0769CA
RGB
CMYK
RGB Variations
Color information
#0769CA (or 0x0769CA) is known color: Navy Blue. HEX triplet: 07, 69 and CA. RGB value is (7,105,202). Sum of RGB (Red+Green+Blue) = 7+105+202=314 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.23% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 202 (79.30% from 255 or 64.33% from 314); Max value from RGB is 202 - color contains mainly: blue. Hex color #0769CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0769CA is #F89635. Grayscale: #565656. Windows color (decimal): -16291382 or 13265159. OLE color: 13265159.
HSL color Cylindrical-coordinate representation of color #0769CA: hue angle of 209.85º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0769CA is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 7 | 105 | 202 | - |
| CMYK | 0.97 | 0.48 | 0 | 0.21 |
| HSL | 209.85º | 0.93% | 0.41% | - |
| HSV(B) | 209.85º | 0.97% | 0.79% | - |
| XYZ | 15.8 | 14.41 | 57.83 | - |
| YUV | 86.76 | 193.03 | 71.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 105 | 202 | 0.97 | 0.48 | 0 | 0.21 | 209.85 | 0.93 | 0.41 |
| Hex | 7 | 69 | CA | 61 | 30 | 0 | 15 | D2 | 5D | 29 |
| Octal | 7 | 151 | 312 | 141 | 60 | 0 | 25 | 322 | 135 | 51 |
| Binary | 111 | 1101001 | 11001010 | 1100001 | 110000 | 0 | 10101 | 11010010 | 1011101 | 101001 |
Color Harmonies of #0769CA
Complementary color
Monochromatic Colors of #0769CA
Black with #0769CA
Text Example
Text Example
White with #0769CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0769CA; }
p { color: rgb(7,105,202); }
H1.HeaderClassName
{
color: #0769CA;
}
.AnyTagClassName
{
color: #0769CA;
}
</style>
background-color css
<style>
a { background-color: #0769CA; }
a { background-color: rgb(7,105,202); }
div.DivClassName
{
background-color: #0769CA;
}
.BgClassName
{
background-color: #0769CA;
}
</style>
border-color css
<style>
span { border-color: #0769CA; }
span { border-color: rgb(7,105,202); }
td.TdClassName
{
border-color: #0769CA;
}
.TagClassName
{
border-color: #0769CA;
}
</style>