Shades of Navy Blue #0075C0
Tints of Navy Blue #0075C0
RGB
CMYK
RGB Variations
Color information
#0075C0 (or 0x0075C0) is known color: Navy Blue. HEX triplet: 00, 75 and C0. RGB value is (0,117,192). Sum of RGB (Red+Green+Blue) = 0+117+192=309 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 309); Green value is 117 (46.09% from 255 or 37.86% from 309); Blue value is 192 (75.39% from 255 or 62.14% from 309); Max value from RGB is 192 - color contains mainly: blue. Hex color #0075C0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0075C0 is #FF8A3F. Grayscale: #5A5A5A. Windows color (decimal): -16747072 or 12612864. OLE color: 12612864.
HSL color Cylindrical-coordinate representation of color #0075C0: hue angle of 203.44º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0075C0 is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 117 | 192 | - |
| CMYK | 1 | 0.39 | 0 | 0.25 |
| HSL | 203.44º | 1% | 0.38% | - |
| HSV(B) | 203.44º | 1% | 0.75% | - |
| XYZ | 15.88 | 16.53 | 52.22 | - |
| YUV | 90.57 | 185.24 | 63.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 117 | 192 | 1 | 0.39 | 0 | 0.25 | 203.44 | 1 | 0.38 |
| Hex | 0 | 75 | C0 | 64 | 27 | 0 | 19 | CB | 64 | 26 |
| Octal | 0 | 165 | 300 | 144 | 47 | 0 | 31 | 313 | 144 | 46 |
| Binary | 0 | 1110101 | 11000000 | 1100100 | 100111 | 0 | 11001 | 11001011 | 1100100 | 100110 |
Color Harmonies of #0075C0
Complementary color
Monochromatic Colors of #0075C0
Black with #0075C0
Text Example
Text Example
White with #0075C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0075C0; }
p { color: rgb(0,117,192); }
H1.HeaderClassName
{
color: #0075C0;
}
.AnyTagClassName
{
color: #0075C0;
}
</style>
background-color css
<style>
a { background-color: #0075C0; }
a { background-color: rgb(0,117,192); }
div.DivClassName
{
background-color: #0075C0;
}
.BgClassName
{
background-color: #0075C0;
}
</style>
border-color css
<style>
span { border-color: #0075C0; }
span { border-color: rgb(0,117,192); }
td.TdClassName
{
border-color: #0075C0;
}
.TagClassName
{
border-color: #0075C0;
}
</style>