Shades of Navy Blue #007BE5
Tints of Navy Blue #007BE5
RGB
CMYK
RGB Variations
Color information
#007BE5 (or 0x007BE5) is known color: Navy Blue. HEX triplet: 00, 7B and E5. RGB value is (0,123,229). Sum of RGB (Red+Green+Blue) = 0+123+229=352 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 352); Green value is 123 (48.44% from 255 or 34.94% from 352); Blue value is 229 (89.84% from 255 or 65.06% from 352); Max value from RGB is 229 - color contains mainly: blue. Hex color #007BE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007BE5 is #FF841A. Grayscale: #616161. Windows color (decimal): -16745499 or 15039232. OLE color: 15039232.
HSL color Cylindrical-coordinate representation of color #007BE5: hue angle of 207.77º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007BE5 is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 0 | 123 | 229 | - |
| CMYK | 1 | 0.46 | 0 | 0.10 |
| HSL | 207.77º | 1% | 0.45% | - |
| HSV(B) | 207.77º | 1% | 0.9% | - |
| XYZ | 21.23 | 19.82 | 76.84 | - |
| YUV | 98.31 | 201.75 | 57.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 123 | 229 | 1 | 0.46 | 0 | 0.10 | 207.77 | 1 | 0.45 |
| Hex | 0 | 7B | E5 | 64 | 2E | 0 | A | D0 | 64 | 2D |
| Octal | 0 | 173 | 345 | 144 | 56 | 0 | 12 | 320 | 144 | 55 |
| Binary | 0 | 1111011 | 11100101 | 1100100 | 101110 | 0 | 1010 | 11010000 | 1100100 | 101101 |
Color Harmonies of #007BE5
Complementary color
Monochromatic Colors of #007BE5
Black with #007BE5
Text Example
Text Example
White with #007BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007BE5; }
p { color: rgb(0,123,229); }
H1.HeaderClassName
{
color: #007BE5;
}
.AnyTagClassName
{
color: #007BE5;
}
</style>
background-color css
<style>
a { background-color: #007BE5; }
a { background-color: rgb(0,123,229); }
div.DivClassName
{
background-color: #007BE5;
}
.BgClassName
{
background-color: #007BE5;
}
</style>
border-color css
<style>
span { border-color: #007BE5; }
span { border-color: rgb(0,123,229); }
td.TdClassName
{
border-color: #007BE5;
}
.TagClassName
{
border-color: #007BE5;
}
</style>