Shades of Navy Blue #007BC1
Tints of Navy Blue #007BC1
RGB
CMYK
RGB Variations
Color information
#007BC1 (or 0x007BC1) is known color: Navy Blue. HEX triplet: 00, 7B and C1. RGB value is (0,123,193). Sum of RGB (Red+Green+Blue) = 0+123+193=316 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 316); Green value is 123 (48.44% from 255 or 38.92% from 316); Blue value is 193 (75.78% from 255 or 61.08% from 316); Max value from RGB is 193 - color contains mainly: blue. Hex color #007BC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007BC1 is #FF843E. Grayscale: #5D5D5D. Windows color (decimal): -16745535 or 12679936. OLE color: 12679936.
HSL color Cylindrical-coordinate representation of color #007BC1: hue angle of 201.76º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007BC1 is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 123 | 193 | - |
| CMYK | 1 | 0.36 | 0 | 0.24 |
| HSL | 201.76º | 1% | 0.38% | - |
| HSV(B) | 201.76º | 1% | 0.76% | - |
| XYZ | 16.71 | 18.02 | 53.05 | - |
| YUV | 94.2 | 183.75 | 60.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 123 | 193 | 1 | 0.36 | 0 | 0.24 | 201.76 | 1 | 0.38 |
| Hex | 0 | 7B | C1 | 64 | 24 | 0 | 18 | CA | 64 | 26 |
| Octal | 0 | 173 | 301 | 144 | 44 | 0 | 30 | 312 | 144 | 46 |
| Binary | 0 | 1111011 | 11000001 | 1100100 | 100100 | 0 | 11000 | 11001010 | 1100100 | 100110 |
Color Harmonies of #007BC1
Complementary color
Monochromatic Colors of #007BC1
Black with #007BC1
Text Example
Text Example
White with #007BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007BC1; }
p { color: rgb(0,123,193); }
H1.HeaderClassName
{
color: #007BC1;
}
.AnyTagClassName
{
color: #007BC1;
}
</style>
background-color css
<style>
a { background-color: #007BC1; }
a { background-color: rgb(0,123,193); }
div.DivClassName
{
background-color: #007BC1;
}
.BgClassName
{
background-color: #007BC1;
}
</style>
border-color css
<style>
span { border-color: #007BC1; }
span { border-color: rgb(0,123,193); }
td.TdClassName
{
border-color: #007BC1;
}
.TagClassName
{
border-color: #007BC1;
}
</style>