Shades of Navy Blue #0762CB
Tints of Navy Blue #0762CB
RGB
CMYK
RGB Variations
Color information
#0762CB (or 0x0762CB) is known color: Navy Blue. HEX triplet: 07, 62 and CB. RGB value is (7,98,203). Sum of RGB (Red+Green+Blue) = 7+98+203=308 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.27% from 308); Green value is 98 (38.67% from 255 or 31.82% from 308); Blue value is 203 (79.69% from 255 or 65.91% from 308); Max value from RGB is 203 - color contains mainly: blue. Hex color #0762CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0762CB is #F89D34. Grayscale: #525252. Windows color (decimal): -16293173 or 13328903. OLE color: 13328903.
HSL color Cylindrical-coordinate representation of color #0762CB: hue angle of 212.14º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0762CB is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 98 | 203 | - |
| CMYK | 0.97 | 0.52 | 0 | 0.20 |
| HSL | 212.14º | 0.93% | 0.41% | - |
| HSV(B) | 212.14º | 0.97% | 0.8% | - |
| XYZ | 15.23 | 13.09 | 58.22 | - |
| YUV | 82.76 | 195.85 | 73.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 98 | 203 | 0.97 | 0.52 | 0 | 0.20 | 212.14 | 0.93 | 0.41 |
| Hex | 7 | 62 | CB | 61 | 34 | 0 | 14 | D4 | 5D | 29 |
| Octal | 7 | 142 | 313 | 141 | 64 | 0 | 24 | 324 | 135 | 51 |
| Binary | 111 | 1100010 | 11001011 | 1100001 | 110100 | 0 | 10100 | 11010100 | 1011101 | 101001 |
Color Harmonies of #0762CB
Complementary color
Monochromatic Colors of #0762CB
Black with #0762CB
Text Example
Text Example
White with #0762CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0762CB; }
p { color: rgb(7,98,203); }
H1.HeaderClassName
{
color: #0762CB;
}
.AnyTagClassName
{
color: #0762CB;
}
</style>
background-color css
<style>
a { background-color: #0762CB; }
a { background-color: rgb(7,98,203); }
div.DivClassName
{
background-color: #0762CB;
}
.BgClassName
{
background-color: #0762CB;
}
</style>
border-color css
<style>
span { border-color: #0762CB; }
span { border-color: rgb(7,98,203); }
td.TdClassName
{
border-color: #0762CB;
}
.TagClassName
{
border-color: #0762CB;
}
</style>