Shades of Navy Blue #076BCF
Tints of Navy Blue #076BCF
RGB
CMYK
RGB Variations
Color information
#076BCF (or 0x076BCF) is known color: Navy Blue. HEX triplet: 07, 6B and CF. RGB value is (7,107,207). Sum of RGB (Red+Green+Blue) = 7+107+207=321 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.18% from 321); Green value is 107 (42.19% from 255 or 33.33% from 321); Blue value is 207 (81.25% from 255 or 64.49% from 321); Max value from RGB is 207 - color contains mainly: blue. Hex color #076BCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #076BCF is #F89430. Grayscale: #575757. Windows color (decimal): -16290865 or 13593351. OLE color: 13593351.
HSL color Cylindrical-coordinate representation of color #076BCF: hue angle of 210º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #076BCF is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 107 | 207 | - |
| CMYK | 0.97 | 0.48 | 0 | 0.19 |
| HSL | 210º | 0.93% | 0.42% | - |
| HSV(B) | 210º | 0.97% | 0.81% | - |
| XYZ | 16.61 | 15.07 | 61.06 | - |
| YUV | 88.5 | 194.87 | 69.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 107 | 207 | 0.97 | 0.48 | 0 | 0.19 | 210 | 0.93 | 0.42 |
| Hex | 7 | 6B | CF | 61 | 30 | 0 | 13 | D2 | 5D | 2A |
| Octal | 7 | 153 | 317 | 141 | 60 | 0 | 23 | 322 | 135 | 52 |
| Binary | 111 | 1101011 | 11001111 | 1100001 | 110000 | 0 | 10011 | 11010010 | 1011101 | 101010 |
Color Harmonies of #076BCF
Complementary color
Monochromatic Colors of #076BCF
Black with #076BCF
Text Example
Text Example
White with #076BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076BCF; }
p { color: rgb(7,107,207); }
H1.HeaderClassName
{
color: #076BCF;
}
.AnyTagClassName
{
color: #076BCF;
}
</style>
background-color css
<style>
a { background-color: #076BCF; }
a { background-color: rgb(7,107,207); }
div.DivClassName
{
background-color: #076BCF;
}
.BgClassName
{
background-color: #076BCF;
}
</style>
border-color css
<style>
span { border-color: #076BCF; }
span { border-color: rgb(7,107,207); }
td.TdClassName
{
border-color: #076BCF;
}
.TagClassName
{
border-color: #076BCF;
}
</style>