Shades of Navy Blue #007BE0
Tints of Navy Blue #007BE0
RGB
CMYK
RGB Variations
Color information
#007BE0 (or 0x007BE0) is known color: Navy Blue. HEX triplet: 00, 7B and E0. RGB value is (0,123,224). Sum of RGB (Red+Green+Blue) = 0+123+224=347 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 347); Green value is 123 (48.44% from 255 or 35.45% from 347); Blue value is 224 (87.89% from 255 or 64.55% from 347); Max value from RGB is 224 - color contains mainly: blue. Hex color #007BE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007BE0 is #FF841F. Grayscale: #616161. Windows color (decimal): -16745504 or 14711552. OLE color: 14711552.
HSL color Cylindrical-coordinate representation of color #007BE0: hue angle of 207.05º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007BE0 is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 0 | 123 | 224 | - |
| CMYK | 1 | 0.45 | 0 | 0.12 |
| HSL | 207.05º | 1% | 0.44% | - |
| HSV(B) | 207.05º | 1% | 0.88% | - |
| XYZ | 20.54 | 19.55 | 73.21 | - |
| YUV | 97.74 | 199.25 | 58.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 123 | 224 | 1 | 0.45 | 0 | 0.12 | 207.05 | 1 | 0.44 |
| Hex | 0 | 7B | E0 | 64 | 2D | 0 | C | CF | 64 | 2C |
| Octal | 0 | 173 | 340 | 144 | 55 | 0 | 14 | 317 | 144 | 54 |
| Binary | 0 | 1111011 | 11100000 | 1100100 | 101101 | 0 | 1100 | 11001111 | 1100100 | 101100 |
Color Harmonies of #007BE0
Complementary color
Monochromatic Colors of #007BE0
Black with #007BE0
Text Example
Text Example
White with #007BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007BE0; }
p { color: rgb(0,123,224); }
H1.HeaderClassName
{
color: #007BE0;
}
.AnyTagClassName
{
color: #007BE0;
}
</style>
background-color css
<style>
a { background-color: #007BE0; }
a { background-color: rgb(0,123,224); }
div.DivClassName
{
background-color: #007BE0;
}
.BgClassName
{
background-color: #007BE0;
}
</style>
border-color css
<style>
span { border-color: #007BE0; }
span { border-color: rgb(0,123,224); }
td.TdClassName
{
border-color: #007BE0;
}
.TagClassName
{
border-color: #007BE0;
}
</style>