Shades of Navy Blue #0762DB
Tints of Navy Blue #0762DB
RGB
CMYK
RGB Variations
Color information
#0762DB (or 0x0762DB) is known color: Navy Blue. HEX triplet: 07, 62 and DB. RGB value is (7,98,219). Sum of RGB (Red+Green+Blue) = 7+98+219=324 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.16% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 219 (85.94% from 255 or 67.59% from 324); Max value from RGB is 219 - color contains mainly: blue. Hex color #0762DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0762DB is #F89D24. Grayscale: #545454. Windows color (decimal): -16293157 or 14377479. OLE color: 14377479.
HSL color Cylindrical-coordinate representation of color #0762DB: hue angle of 214.25º 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 #0762DB is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 98 | 219 | - |
| CMYK | 0.97 | 0.55 | 0 | 0.14 |
| HSL | 214.25º | 0.94% | 0.44% | - |
| HSV(B) | 214.25º | 0.97% | 0.86% | - |
| XYZ | 17.24 | 13.9 | 68.79 | - |
| YUV | 84.59 | 203.85 | 72.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 98 | 219 | 0.97 | 0.55 | 0 | 0.14 | 214.25 | 0.94 | 0.44 |
| Hex | 7 | 62 | DB | 61 | 37 | 0 | E | D6 | 5E | 2C |
| Octal | 7 | 142 | 333 | 141 | 67 | 0 | 16 | 326 | 136 | 54 |
| Binary | 111 | 1100010 | 11011011 | 1100001 | 110111 | 0 | 1110 | 11010110 | 1011110 | 101100 |
Color Harmonies of #0762DB
Complementary color
Monochromatic Colors of #0762DB
Black with #0762DB
Text Example
Text Example
White with #0762DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0762DB; }
p { color: rgb(7,98,219); }
H1.HeaderClassName
{
color: #0762DB;
}
.AnyTagClassName
{
color: #0762DB;
}
</style>
background-color css
<style>
a { background-color: #0762DB; }
a { background-color: rgb(7,98,219); }
div.DivClassName
{
background-color: #0762DB;
}
.BgClassName
{
background-color: #0762DB;
}
</style>
border-color css
<style>
span { border-color: #0762DB; }
span { border-color: rgb(7,98,219); }
td.TdClassName
{
border-color: #0762DB;
}
.TagClassName
{
border-color: #0762DB;
}
</style>