Shades of Navy Blue #007BDA
Tints of Navy Blue #007BDA
RGB
CMYK
RGB Variations
Color information
#007BDA (or 0x007BDA) is known color: Navy Blue. HEX triplet: 00, 7B and DA. RGB value is (0,123,218). Sum of RGB (Red+Green+Blue) = 0+123+218=341 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 341); Green value is 123 (48.44% from 255 or 36.07% from 341); Blue value is 218 (85.55% from 255 or 63.93% from 341); Max value from RGB is 218 - color contains mainly: blue. Hex color #007BDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007BDA is #FF8425. Grayscale: #606060. Windows color (decimal): -16745510 or 14318336. OLE color: 14318336.
HSL color Cylindrical-coordinate representation of color #007BDA: hue angle of 206.15º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007BDA is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 123 | 218 | - |
| CMYK | 1 | 0.44 | 0 | 0.15 |
| HSL | 206.15º | 1% | 0.43% | - |
| HSV(B) | 206.15º | 1% | 0.85% | - |
| XYZ | 19.74 | 19.23 | 69 | - |
| YUV | 97.05 | 196.25 | 58.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 123 | 218 | 1 | 0.44 | 0 | 0.15 | 206.15 | 1 | 0.43 |
| Hex | 0 | 7B | DA | 64 | 2C | 0 | F | CE | 64 | 2B |
| Octal | 0 | 173 | 332 | 144 | 54 | 0 | 17 | 316 | 144 | 53 |
| Binary | 0 | 1111011 | 11011010 | 1100100 | 101100 | 0 | 1111 | 11001110 | 1100100 | 101011 |
Color Harmonies of #007BDA
Complementary color
Monochromatic Colors of #007BDA
Black with #007BDA
Text Example
Text Example
White with #007BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007BDA; }
p { color: rgb(0,123,218); }
H1.HeaderClassName
{
color: #007BDA;
}
.AnyTagClassName
{
color: #007BDA;
}
</style>
background-color css
<style>
a { background-color: #007BDA; }
a { background-color: rgb(0,123,218); }
div.DivClassName
{
background-color: #007BDA;
}
.BgClassName
{
background-color: #007BDA;
}
</style>
border-color css
<style>
span { border-color: #007BDA; }
span { border-color: rgb(0,123,218); }
td.TdClassName
{
border-color: #007BDA;
}
.TagClassName
{
border-color: #007BDA;
}
</style>