Shades of Navy Blue #007BDF
Tints of Navy Blue #007BDF
RGB
CMYK
RGB Variations
Color information
#007BDF (or 0x007BDF) is known color: Navy Blue. HEX triplet: 00, 7B and DF. RGB value is (0,123,223). Sum of RGB (Red+Green+Blue) = 0+123+223=346 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 346); Green value is 123 (48.44% from 255 or 35.55% from 346); Blue value is 223 (87.5% from 255 or 64.45% from 346); Max value from RGB is 223 - color contains mainly: blue. Hex color #007BDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007BDF is #FF8420. Grayscale: #616161. Windows color (decimal): -16745505 or 14646016. OLE color: 14646016.
HSL color Cylindrical-coordinate representation of color #007BDF: hue angle of 206.91º 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 #007BDF is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 123 | 223 | - |
| CMYK | 1 | 0.45 | 0 | 0.13 |
| HSL | 206.91º | 1% | 0.44% | - |
| HSV(B) | 206.91º | 1% | 0.87% | - |
| XYZ | 20.4 | 19.49 | 72.5 | - |
| YUV | 97.62 | 198.75 | 58.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 123 | 223 | 1 | 0.45 | 0 | 0.13 | 206.91 | 1 | 0.44 |
| Hex | 0 | 7B | DF | 64 | 2D | 0 | D | CF | 64 | 2C |
| Octal | 0 | 173 | 337 | 144 | 55 | 0 | 15 | 317 | 144 | 54 |
| Binary | 0 | 1111011 | 11011111 | 1100100 | 101101 | 0 | 1101 | 11001111 | 1100100 | 101100 |
Color Harmonies of #007BDF
Complementary color
Monochromatic Colors of #007BDF
Black with #007BDF
Text Example
Text Example
White with #007BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007BDF; }
p { color: rgb(0,123,223); }
H1.HeaderClassName
{
color: #007BDF;
}
.AnyTagClassName
{
color: #007BDF;
}
</style>
background-color css
<style>
a { background-color: #007BDF; }
a { background-color: rgb(0,123,223); }
div.DivClassName
{
background-color: #007BDF;
}
.BgClassName
{
background-color: #007BDF;
}
</style>
border-color css
<style>
span { border-color: #007BDF; }
span { border-color: rgb(0,123,223); }
td.TdClassName
{
border-color: #007BDF;
}
.TagClassName
{
border-color: #007BDF;
}
</style>