Shades of Navy Blue #007BC3
Tints of Navy Blue #007BC3
RGB
CMYK
RGB Variations
Color information
#007BC3 (or 0x007BC3) is known color: Navy Blue. HEX triplet: 00, 7B and C3. RGB value is (0,123,195). Sum of RGB (Red+Green+Blue) = 0+123+195=318 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 318); Green value is 123 (48.44% from 255 or 38.68% from 318); Blue value is 195 (76.56% from 255 or 61.32% from 318); Max value from RGB is 195 - color contains mainly: blue. Hex color #007BC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007BC3 is #FF843C. Grayscale: #5E5E5E. Windows color (decimal): -16745533 or 12811008. OLE color: 12811008.
HSL color Cylindrical-coordinate representation of color #007BC3: hue angle of 202.15º 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 #007BC3 is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 123 | 195 | - |
| CMYK | 1 | 0.37 | 0 | 0.24 |
| HSL | 202.15º | 1% | 0.38% | - |
| HSV(B) | 202.15º | 1% | 0.76% | - |
| XYZ | 16.93 | 18.11 | 54.23 | - |
| YUV | 94.43 | 184.75 | 60.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 123 | 195 | 1 | 0.37 | 0 | 0.24 | 202.15 | 1 | 0.38 |
| Hex | 0 | 7B | C3 | 64 | 25 | 0 | 18 | CA | 64 | 26 |
| Octal | 0 | 173 | 303 | 144 | 45 | 0 | 30 | 312 | 144 | 46 |
| Binary | 0 | 1111011 | 11000011 | 1100100 | 100101 | 0 | 11000 | 11001010 | 1100100 | 100110 |
Color Harmonies of #007BC3
Complementary color
Monochromatic Colors of #007BC3
Black with #007BC3
Text Example
Text Example
White with #007BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007BC3; }
p { color: rgb(0,123,195); }
H1.HeaderClassName
{
color: #007BC3;
}
.AnyTagClassName
{
color: #007BC3;
}
</style>
background-color css
<style>
a { background-color: #007BC3; }
a { background-color: rgb(0,123,195); }
div.DivClassName
{
background-color: #007BC3;
}
.BgClassName
{
background-color: #007BC3;
}
</style>
border-color css
<style>
span { border-color: #007BC3; }
span { border-color: rgb(0,123,195); }
td.TdClassName
{
border-color: #007BC3;
}
.TagClassName
{
border-color: #007BC3;
}
</style>