Shades of Navy Blue #007BEB
Tints of Navy Blue #007BEB
RGB
CMYK
RGB Variations
Color information
#007BEB (or 0x007BEB) is known color: Navy Blue. HEX triplet: 00, 7B and EB. RGB value is (0,123,235). Sum of RGB (Red+Green+Blue) = 0+123+235=358 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 358); Green value is 123 (48.44% from 255 or 34.36% from 358); Blue value is 235 (92.19% from 255 or 65.64% from 358); Max value from RGB is 235 - color contains mainly: blue. Hex color #007BEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #007BEB is #FF8414. Grayscale: #626262. Windows color (decimal): -16745493 or 15432448. OLE color: 15432448.
HSL color Cylindrical-coordinate representation of color #007BEB: hue angle of 208.6º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007BEB is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 123 | 235 | - |
| CMYK | 1 | 0.48 | 0 | 0.08 |
| HSL | 208.6º | 1% | 0.46% | - |
| HSV(B) | 208.6º | 1% | 0.92% | - |
| XYZ | 22.08 | 20.16 | 81.33 | - |
| YUV | 98.99 | 204.75 | 57.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 123 | 235 | 1 | 0.48 | 0 | 0.08 | 208.6 | 1 | 0.46 |
| Hex | 0 | 7B | EB | 64 | 30 | 0 | 8 | D1 | 64 | 2E |
| Octal | 0 | 173 | 353 | 144 | 60 | 0 | 10 | 321 | 144 | 56 |
| Binary | 0 | 1111011 | 11101011 | 1100100 | 110000 | 0 | 1000 | 11010001 | 1100100 | 101110 |
Color Harmonies of #007BEB
Complementary color
Monochromatic Colors of #007BEB
Black with #007BEB
Text Example
Text Example
White with #007BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007BEB; }
p { color: rgb(0,123,235); }
H1.HeaderClassName
{
color: #007BEB;
}
.AnyTagClassName
{
color: #007BEB;
}
</style>
background-color css
<style>
a { background-color: #007BEB; }
a { background-color: rgb(0,123,235); }
div.DivClassName
{
background-color: #007BEB;
}
.BgClassName
{
background-color: #007BEB;
}
</style>
border-color css
<style>
span { border-color: #007BEB; }
span { border-color: rgb(0,123,235); }
td.TdClassName
{
border-color: #007BEB;
}
.TagClassName
{
border-color: #007BEB;
}
</style>