Shades of Navy Blue #007BEA
Tints of Navy Blue #007BEA
RGB
CMYK
RGB Variations
Color information
#007BEA (or 0x007BEA) is known color: Navy Blue. HEX triplet: 00, 7B and EA. RGB value is (0,123,234). Sum of RGB (Red+Green+Blue) = 0+123+234=357 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 357); Green value is 123 (48.44% from 255 or 34.45% from 357); Blue value is 234 (91.80% from 255 or 65.55% from 357); Max value from RGB is 234 - color contains mainly: blue. Hex color #007BEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #007BEA is #FF8415. Grayscale: #626262. Windows color (decimal): -16745494 or 15366912. OLE color: 15366912.
HSL color Cylindrical-coordinate representation of color #007BEA: hue angle of 208.46º 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 #007BEA is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 123 | 234 | - |
| CMYK | 1 | 0.47 | 0 | 0.08 |
| HSL | 208.46º | 1% | 0.46% | - |
| HSV(B) | 208.46º | 1% | 0.92% | - |
| XYZ | 21.93 | 20.11 | 80.57 | - |
| YUV | 98.88 | 204.25 | 57.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 123 | 234 | 1 | 0.47 | 0 | 0.08 | 208.46 | 1 | 0.46 |
| Hex | 0 | 7B | EA | 64 | 2F | 0 | 8 | D0 | 64 | 2E |
| Octal | 0 | 173 | 352 | 144 | 57 | 0 | 10 | 320 | 144 | 56 |
| Binary | 0 | 1111011 | 11101010 | 1100100 | 101111 | 0 | 1000 | 11010000 | 1100100 | 101110 |
Color Harmonies of #007BEA
Complementary color
Monochromatic Colors of #007BEA
Black with #007BEA
Text Example
Text Example
White with #007BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007BEA; }
p { color: rgb(0,123,234); }
H1.HeaderClassName
{
color: #007BEA;
}
.AnyTagClassName
{
color: #007BEA;
}
</style>
background-color css
<style>
a { background-color: #007BEA; }
a { background-color: rgb(0,123,234); }
div.DivClassName
{
background-color: #007BEA;
}
.BgClassName
{
background-color: #007BEA;
}
</style>
border-color css
<style>
span { border-color: #007BEA; }
span { border-color: rgb(0,123,234); }
td.TdClassName
{
border-color: #007BEA;
}
.TagClassName
{
border-color: #007BEA;
}
</style>