Shades of Navy Blue #007BDE
Tints of Navy Blue #007BDE
RGB
CMYK
RGB Variations
Color information
#007BDE (or 0x007BDE) is known color: Navy Blue. HEX triplet: 00, 7B and DE. RGB value is (0,123,222). Sum of RGB (Red+Green+Blue) = 0+123+222=345 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 345); Green value is 123 (48.44% from 255 or 35.65% from 345); Blue value is 222 (87.11% from 255 or 64.35% from 345); Max value from RGB is 222 - color contains mainly: blue. Hex color #007BDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007BDE is #FF8421. Grayscale: #606060. Windows color (decimal): -16745506 or 14580480. OLE color: 14580480.
HSL color Cylindrical-coordinate representation of color #007BDE: hue angle of 206.76º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007BDE is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 123 | 222 | - |
| CMYK | 1 | 0.45 | 0 | 0.13 |
| HSL | 206.76º | 1% | 0.44% | - |
| HSV(B) | 206.76º | 1% | 0.87% | - |
| XYZ | 20.27 | 19.44 | 71.79 | - |
| YUV | 97.51 | 198.25 | 58.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 123 | 222 | 1 | 0.45 | 0 | 0.13 | 206.76 | 1 | 0.44 |
| Hex | 0 | 7B | DE | 64 | 2D | 0 | D | CF | 64 | 2C |
| Octal | 0 | 173 | 336 | 144 | 55 | 0 | 15 | 317 | 144 | 54 |
| Binary | 0 | 1111011 | 11011110 | 1100100 | 101101 | 0 | 1101 | 11001111 | 1100100 | 101100 |
Color Harmonies of #007BDE
Complementary color
Monochromatic Colors of #007BDE
Black with #007BDE
Text Example
Text Example
White with #007BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007BDE; }
p { color: rgb(0,123,222); }
H1.HeaderClassName
{
color: #007BDE;
}
.AnyTagClassName
{
color: #007BDE;
}
</style>
background-color css
<style>
a { background-color: #007BDE; }
a { background-color: rgb(0,123,222); }
div.DivClassName
{
background-color: #007BDE;
}
.BgClassName
{
background-color: #007BDE;
}
</style>
border-color css
<style>
span { border-color: #007BDE; }
span { border-color: rgb(0,123,222); }
td.TdClassName
{
border-color: #007BDE;
}
.TagClassName
{
border-color: #007BDE;
}
</style>