Shades of Navy Blue #076CCB
Tints of Navy Blue #076CCB
RGB
CMYK
RGB Variations
Color information
#076CCB (or 0x076CCB) is known color: Navy Blue. HEX triplet: 07, 6C and CB. RGB value is (7,108,203). Sum of RGB (Red+Green+Blue) = 7+108+203=318 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.20% from 318); Green value is 108 (42.58% from 255 or 33.96% from 318); Blue value is 203 (79.69% from 255 or 63.84% from 318); Max value from RGB is 203 - color contains mainly: blue. Hex color #076CCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #076CCB is #F89334. Grayscale: #585858. Windows color (decimal): -16290613 or 13331463. OLE color: 13331463.
HSL color Cylindrical-coordinate representation of color #076CCB: hue angle of 209.08º 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 #076CCB is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 108 | 203 | - |
| CMYK | 0.97 | 0.47 | 0 | 0.20 |
| HSL | 209.08º | 0.93% | 0.41% | - |
| HSV(B) | 209.08º | 0.97% | 0.8% | - |
| XYZ | 16.23 | 15.08 | 58.56 | - |
| YUV | 88.63 | 192.54 | 69.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 108 | 203 | 0.97 | 0.47 | 0 | 0.20 | 209.08 | 0.93 | 0.41 |
| Hex | 7 | 6C | CB | 61 | 2F | 0 | 14 | D1 | 5D | 29 |
| Octal | 7 | 154 | 313 | 141 | 57 | 0 | 24 | 321 | 135 | 51 |
| Binary | 111 | 1101100 | 11001011 | 1100001 | 101111 | 0 | 10100 | 11010001 | 1011101 | 101001 |
Color Harmonies of #076CCB
Complementary color
Monochromatic Colors of #076CCB
Black with #076CCB
Text Example
Text Example
White with #076CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076CCB; }
p { color: rgb(7,108,203); }
H1.HeaderClassName
{
color: #076CCB;
}
.AnyTagClassName
{
color: #076CCB;
}
</style>
background-color css
<style>
a { background-color: #076CCB; }
a { background-color: rgb(7,108,203); }
div.DivClassName
{
background-color: #076CCB;
}
.BgClassName
{
background-color: #076CCB;
}
</style>
border-color css
<style>
span { border-color: #076CCB; }
span { border-color: rgb(7,108,203); }
td.TdClassName
{
border-color: #076CCB;
}
.TagClassName
{
border-color: #076CCB;
}
</style>