Shades of Navy Blue #007CC3
Tints of Navy Blue #007CC3
RGB
CMYK
RGB Variations
Color information
#007CC3 (or 0x007CC3) is known color: Navy Blue. HEX triplet: 00, 7C and C3. RGB value is (0,124,195). Sum of RGB (Red+Green+Blue) = 0+124+195=319 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 319); Green value is 124 (48.83% from 255 or 38.87% from 319); Blue value is 195 (76.56% from 255 or 61.13% from 319); Max value from RGB is 195 - color contains mainly: blue. Hex color #007CC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007CC3 is #FF833C. Grayscale: #5E5E5E. Windows color (decimal): -16745277 or 12811264. OLE color: 12811264.
HSL color Cylindrical-coordinate representation of color #007CC3: hue angle of 201.85º 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 #007CC3 is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 124 | 195 | - |
| CMYK | 1 | 0.36 | 0 | 0.24 |
| HSL | 201.85º | 1% | 0.38% | - |
| HSV(B) | 201.85º | 1% | 0.76% | - |
| XYZ | 17.06 | 18.36 | 54.27 | - |
| YUV | 95.02 | 184.42 | 60.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 124 | 195 | 1 | 0.36 | 0 | 0.24 | 201.85 | 1 | 0.38 |
| Hex | 0 | 7C | C3 | 64 | 24 | 0 | 18 | CA | 64 | 26 |
| Octal | 0 | 174 | 303 | 144 | 44 | 0 | 30 | 312 | 144 | 46 |
| Binary | 0 | 1111100 | 11000011 | 1100100 | 100100 | 0 | 11000 | 11001010 | 1100100 | 100110 |
Color Harmonies of #007CC3
Complementary color
Monochromatic Colors of #007CC3
Black with #007CC3
Text Example
Text Example
White with #007CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007CC3; }
p { color: rgb(0,124,195); }
H1.HeaderClassName
{
color: #007CC3;
}
.AnyTagClassName
{
color: #007CC3;
}
</style>
background-color css
<style>
a { background-color: #007CC3; }
a { background-color: rgb(0,124,195); }
div.DivClassName
{
background-color: #007CC3;
}
.BgClassName
{
background-color: #007CC3;
}
</style>
border-color css
<style>
span { border-color: #007CC3; }
span { border-color: rgb(0,124,195); }
td.TdClassName
{
border-color: #007CC3;
}
.TagClassName
{
border-color: #007CC3;
}
</style>