Shades of Navy Blue #007BED
Tints of Navy Blue #007BED
RGB
CMYK
RGB Variations
Color information
#007BED (or 0x007BED) is known color: Navy Blue. HEX triplet: 00, 7B and ED. RGB value is (0,123,237). Sum of RGB (Red+Green+Blue) = 0+123+237=360 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 360); Green value is 123 (48.44% from 255 or 34.17% from 360); Blue value is 237 (92.97% from 255 or 65.83% from 360); Max value from RGB is 237 - color contains mainly: blue. Hex color #007BED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #007BED is #FF8412. Grayscale: #626262. Windows color (decimal): -16745491 or 15563520. OLE color: 15563520.
HSL color Cylindrical-coordinate representation of color #007BED: hue angle of 208.86º 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 #007BED is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 123 | 237 | - |
| CMYK | 1 | 0.48 | 0 | 0.07 |
| HSL | 208.86º | 1% | 0.46% | - |
| HSV(B) | 208.86º | 1% | 0.93% | - |
| XYZ | 22.37 | 20.28 | 82.86 | - |
| YUV | 99.22 | 205.75 | 57.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 123 | 237 | 1 | 0.48 | 0 | 0.07 | 208.86 | 1 | 0.46 |
| Hex | 0 | 7B | ED | 64 | 30 | 0 | 7 | D1 | 64 | 2E |
| Octal | 0 | 173 | 355 | 144 | 60 | 0 | 7 | 321 | 144 | 56 |
| Binary | 0 | 1111011 | 11101101 | 1100100 | 110000 | 0 | 111 | 11010001 | 1100100 | 101110 |
Color Harmonies of #007BED
Complementary color
Monochromatic Colors of #007BED
Black with #007BED
Text Example
Text Example
White with #007BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007BED; }
p { color: rgb(0,123,237); }
H1.HeaderClassName
{
color: #007BED;
}
.AnyTagClassName
{
color: #007BED;
}
</style>
background-color css
<style>
a { background-color: #007BED; }
a { background-color: rgb(0,123,237); }
div.DivClassName
{
background-color: #007BED;
}
.BgClassName
{
background-color: #007BED;
}
</style>
border-color css
<style>
span { border-color: #007BED; }
span { border-color: rgb(0,123,237); }
td.TdClassName
{
border-color: #007BED;
}
.TagClassName
{
border-color: #007BED;
}
</style>