Shades of Navy Blue #007BC9
Tints of Navy Blue #007BC9
RGB
CMYK
RGB Variations
Color information
#007BC9 (or 0x007BC9) is known color: Navy Blue. HEX triplet: 00, 7B and C9. RGB value is (0,123,201). Sum of RGB (Red+Green+Blue) = 0+123+201=324 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 324); Green value is 123 (48.44% from 255 or 37.96% from 324); Blue value is 201 (78.91% from 255 or 62.04% from 324); Max value from RGB is 201 - color contains mainly: blue. Hex color #007BC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007BC9 is #FF8436. Grayscale: #5E5E5E. Windows color (decimal): -16745527 or 13204224. OLE color: 13204224.
HSL color Cylindrical-coordinate representation of color #007BC9: hue angle of 203.28º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007BC9 is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 123 | 201 | - |
| CMYK | 1 | 0.39 | 0 | 0.21 |
| HSL | 203.28º | 1% | 0.39% | - |
| HSV(B) | 203.28º | 1% | 0.79% | - |
| XYZ | 17.63 | 18.38 | 57.88 | - |
| YUV | 95.12 | 187.75 | 60.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 123 | 201 | 1 | 0.39 | 0 | 0.21 | 203.28 | 1 | 0.39 |
| Hex | 0 | 7B | C9 | 64 | 27 | 0 | 15 | CB | 64 | 27 |
| Octal | 0 | 173 | 311 | 144 | 47 | 0 | 25 | 313 | 144 | 47 |
| Binary | 0 | 1111011 | 11001001 | 1100100 | 100111 | 0 | 10101 | 11001011 | 1100100 | 100111 |
Color Harmonies of #007BC9
Complementary color
Monochromatic Colors of #007BC9
Black with #007BC9
Text Example
Text Example
White with #007BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007BC9; }
p { color: rgb(0,123,201); }
H1.HeaderClassName
{
color: #007BC9;
}
.AnyTagClassName
{
color: #007BC9;
}
</style>
background-color css
<style>
a { background-color: #007BC9; }
a { background-color: rgb(0,123,201); }
div.DivClassName
{
background-color: #007BC9;
}
.BgClassName
{
background-color: #007BC9;
}
</style>
border-color css
<style>
span { border-color: #007BC9; }
span { border-color: rgb(0,123,201); }
td.TdClassName
{
border-color: #007BC9;
}
.TagClassName
{
border-color: #007BC9;
}
</style>