Shades of Navy Blue #007BEC
Tints of Navy Blue #007BEC
RGB
CMYK
RGB Variations
Color information
#007BEC (or 0x007BEC) is known color: Navy Blue. HEX triplet: 00, 7B and EC. RGB value is (0,123,236). Sum of RGB (Red+Green+Blue) = 0+123+236=359 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 359); Green value is 123 (48.44% from 255 or 34.26% from 359); Blue value is 236 (92.58% from 255 or 65.74% from 359); Max value from RGB is 236 - color contains mainly: blue. Hex color #007BEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #007BEC is #FF8413. Grayscale: #626262. Windows color (decimal): -16745492 or 15497984. OLE color: 15497984.
HSL color Cylindrical-coordinate representation of color #007BEC: hue angle of 208.73º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007BEC is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 123 | 236 | - |
| CMYK | 1 | 0.48 | 0 | 0.07 |
| HSL | 208.73º | 1% | 0.46% | - |
| HSV(B) | 208.73º | 1% | 0.93% | - |
| XYZ | 22.22 | 20.22 | 82.09 | - |
| YUV | 99.11 | 205.25 | 57.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 123 | 236 | 1 | 0.48 | 0 | 0.07 | 208.73 | 1 | 0.46 |
| Hex | 0 | 7B | EC | 64 | 30 | 0 | 7 | D1 | 64 | 2E |
| Octal | 0 | 173 | 354 | 144 | 60 | 0 | 7 | 321 | 144 | 56 |
| Binary | 0 | 1111011 | 11101100 | 1100100 | 110000 | 0 | 111 | 11010001 | 1100100 | 101110 |
Color Harmonies of #007BEC
Complementary color
Monochromatic Colors of #007BEC
Black with #007BEC
Text Example
Text Example
White with #007BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007BEC; }
p { color: rgb(0,123,236); }
H1.HeaderClassName
{
color: #007BEC;
}
.AnyTagClassName
{
color: #007BEC;
}
</style>
background-color css
<style>
a { background-color: #007BEC; }
a { background-color: rgb(0,123,236); }
div.DivClassName
{
background-color: #007BEC;
}
.BgClassName
{
background-color: #007BEC;
}
</style>
border-color css
<style>
span { border-color: #007BEC; }
span { border-color: rgb(0,123,236); }
td.TdClassName
{
border-color: #007BEC;
}
.TagClassName
{
border-color: #007BEC;
}
</style>