Shades of Navy Blue #007CCB
Tints of Navy Blue #007CCB
RGB
CMYK
RGB Variations
Color information
#007CCB (or 0x007CCB) is known color: Navy Blue. HEX triplet: 00, 7C and CB. RGB value is (0,124,203). Sum of RGB (Red+Green+Blue) = 0+124+203=327 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 327); Green value is 124 (48.83% from 255 or 37.92% from 327); Blue value is 203 (79.69% from 255 or 62.08% from 327); Max value from RGB is 203 - color contains mainly: blue. Hex color #007CCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007CCB is #FF8334. Grayscale: #5F5F5F. Windows color (decimal): -16745269 or 13335552. OLE color: 13335552.
HSL color Cylindrical-coordinate representation of color #007CCB: hue angle of 203.35º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007CCB is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 124 | 203 | - |
| CMYK | 1 | 0.39 | 0 | 0.20 |
| HSL | 203.35º | 1% | 0.4% | - |
| HSV(B) | 203.35º | 1% | 0.8% | - |
| XYZ | 17.99 | 18.73 | 59.17 | - |
| YUV | 95.93 | 188.42 | 59.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 124 | 203 | 1 | 0.39 | 0 | 0.20 | 203.35 | 1 | 0.4 |
| Hex | 0 | 7C | CB | 64 | 27 | 0 | 14 | CB | 64 | 28 |
| Octal | 0 | 174 | 313 | 144 | 47 | 0 | 24 | 313 | 144 | 50 |
| Binary | 0 | 1111100 | 11001011 | 1100100 | 100111 | 0 | 10100 | 11001011 | 1100100 | 101000 |
Color Harmonies of #007CCB
Complementary color
Monochromatic Colors of #007CCB
Black with #007CCB
Text Example
Text Example
White with #007CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007CCB; }
p { color: rgb(0,124,203); }
H1.HeaderClassName
{
color: #007CCB;
}
.AnyTagClassName
{
color: #007CCB;
}
</style>
background-color css
<style>
a { background-color: #007CCB; }
a { background-color: rgb(0,124,203); }
div.DivClassName
{
background-color: #007CCB;
}
.BgClassName
{
background-color: #007CCB;
}
</style>
border-color css
<style>
span { border-color: #007CCB; }
span { border-color: rgb(0,124,203); }
td.TdClassName
{
border-color: #007CCB;
}
.TagClassName
{
border-color: #007CCB;
}
</style>