Shades of Navy Blue #007BCF
Tints of Navy Blue #007BCF
RGB
CMYK
RGB Variations
Color information
#007BCF (or 0x007BCF) is known color: Navy Blue. HEX triplet: 00, 7B and CF. RGB value is (0,123,207). Sum of RGB (Red+Green+Blue) = 0+123+207=330 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 330); Green value is 123 (48.44% from 255 or 37.27% from 330); Blue value is 207 (81.25% from 255 or 62.73% from 330); Max value from RGB is 207 - color contains mainly: blue. Hex color #007BCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007BCF is #FF8430. Grayscale: #5F5F5F. Windows color (decimal): -16745521 or 13597440. OLE color: 13597440.
HSL color Cylindrical-coordinate representation of color #007BCF: hue angle of 204.35º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007BCF is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 123 | 207 | - |
| CMYK | 1 | 0.41 | 0 | 0.19 |
| HSL | 204.35º | 1% | 0.41% | - |
| HSV(B) | 204.35º | 1% | 0.81% | - |
| XYZ | 18.35 | 18.67 | 61.67 | - |
| YUV | 95.8 | 190.75 | 59.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 123 | 207 | 1 | 0.41 | 0 | 0.19 | 204.35 | 1 | 0.41 |
| Hex | 0 | 7B | CF | 64 | 29 | 0 | 13 | CC | 64 | 29 |
| Octal | 0 | 173 | 317 | 144 | 51 | 0 | 23 | 314 | 144 | 51 |
| Binary | 0 | 1111011 | 11001111 | 1100100 | 101001 | 0 | 10011 | 11001100 | 1100100 | 101001 |
Color Harmonies of #007BCF
Complementary color
Monochromatic Colors of #007BCF
Black with #007BCF
Text Example
Text Example
White with #007BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007BCF; }
p { color: rgb(0,123,207); }
H1.HeaderClassName
{
color: #007BCF;
}
.AnyTagClassName
{
color: #007BCF;
}
</style>
background-color css
<style>
a { background-color: #007BCF; }
a { background-color: rgb(0,123,207); }
div.DivClassName
{
background-color: #007BCF;
}
.BgClassName
{
background-color: #007BCF;
}
</style>
border-color css
<style>
span { border-color: #007BCF; }
span { border-color: rgb(0,123,207); }
td.TdClassName
{
border-color: #007BCF;
}
.TagClassName
{
border-color: #007BCF;
}
</style>