Shades of Navy Blue #0075C1
Tints of Navy Blue #0075C1
RGB
CMYK
RGB Variations
Color information
#0075C1 (or 0x0075C1) is known color: Navy Blue. HEX triplet: 00, 75 and C1. RGB value is (0,117,193). Sum of RGB (Red+Green+Blue) = 0+117+193=310 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 310); Green value is 117 (46.09% from 255 or 37.74% from 310); Blue value is 193 (75.78% from 255 or 62.26% from 310); Max value from RGB is 193 - color contains mainly: blue. Hex color #0075C1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0075C1 is #FF8A3E. Grayscale: #5A5A5A. Windows color (decimal): -16747071 or 12678400. OLE color: 12678400.
HSL color Cylindrical-coordinate representation of color #0075C1: hue angle of 203.63º 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 #0075C1 is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 117 | 193 | - |
| CMYK | 1 | 0.39 | 0 | 0.24 |
| HSL | 203.63º | 1% | 0.38% | - |
| HSV(B) | 203.63º | 1% | 0.76% | - |
| XYZ | 15.99 | 16.57 | 52.81 | - |
| YUV | 90.68 | 185.74 | 63.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 117 | 193 | 1 | 0.39 | 0 | 0.24 | 203.63 | 1 | 0.38 |
| Hex | 0 | 75 | C1 | 64 | 27 | 0 | 18 | CC | 64 | 26 |
| Octal | 0 | 165 | 301 | 144 | 47 | 0 | 30 | 314 | 144 | 46 |
| Binary | 0 | 1110101 | 11000001 | 1100100 | 100111 | 0 | 11000 | 11001100 | 1100100 | 100110 |
Color Harmonies of #0075C1
Complementary color
Monochromatic Colors of #0075C1
Black with #0075C1
Text Example
Text Example
White with #0075C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0075C1; }
p { color: rgb(0,117,193); }
H1.HeaderClassName
{
color: #0075C1;
}
.AnyTagClassName
{
color: #0075C1;
}
</style>
background-color css
<style>
a { background-color: #0075C1; }
a { background-color: rgb(0,117,193); }
div.DivClassName
{
background-color: #0075C1;
}
.BgClassName
{
background-color: #0075C1;
}
</style>
border-color css
<style>
span { border-color: #0075C1; }
span { border-color: rgb(0,117,193); }
td.TdClassName
{
border-color: #0075C1;
}
.TagClassName
{
border-color: #0075C1;
}
</style>