Shades of Navy Blue #007DC3
Tints of Navy Blue #007DC3
RGB
CMYK
RGB Variations
Color information
#007DC3 (or 0x007DC3) is known color: Navy Blue. HEX triplet: 00, 7D and C3. RGB value is (0,125,195). Sum of RGB (Red+Green+Blue) = 0+125+195=320 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 320); Green value is 125 (49.22% from 255 or 39.06% from 320); Blue value is 195 (76.56% from 255 or 60.94% from 320); Max value from RGB is 195 - color contains mainly: blue. Hex color #007DC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007DC3 is #FF823C. Grayscale: #5F5F5F. Windows color (decimal): -16745021 or 12811520. OLE color: 12811520.
HSL color Cylindrical-coordinate representation of color #007DC3: hue angle of 201.54º 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 #007DC3 is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 125 | 195 | - |
| CMYK | 1 | 0.36 | 0 | 0.24 |
| HSL | 201.54º | 1% | 0.38% | - |
| HSV(B) | 201.54º | 1% | 0.76% | - |
| XYZ | 17.18 | 18.61 | 54.32 | - |
| YUV | 95.61 | 184.09 | 59.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 125 | 195 | 1 | 0.36 | 0 | 0.24 | 201.54 | 1 | 0.38 |
| Hex | 0 | 7D | C3 | 64 | 24 | 0 | 18 | CA | 64 | 26 |
| Octal | 0 | 175 | 303 | 144 | 44 | 0 | 30 | 312 | 144 | 46 |
| Binary | 0 | 1111101 | 11000011 | 1100100 | 100100 | 0 | 11000 | 11001010 | 1100100 | 100110 |
Color Harmonies of #007DC3
Complementary color
Monochromatic Colors of #007DC3
Black with #007DC3
Text Example
Text Example
White with #007DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007DC3; }
p { color: rgb(0,125,195); }
H1.HeaderClassName
{
color: #007DC3;
}
.AnyTagClassName
{
color: #007DC3;
}
</style>
background-color css
<style>
a { background-color: #007DC3; }
a { background-color: rgb(0,125,195); }
div.DivClassName
{
background-color: #007DC3;
}
.BgClassName
{
background-color: #007DC3;
}
</style>
border-color css
<style>
span { border-color: #007DC3; }
span { border-color: rgb(0,125,195); }
td.TdClassName
{
border-color: #007DC3;
}
.TagClassName
{
border-color: #007DC3;
}
</style>