Shades of Navy Blue #0C77C1
Tints of Navy Blue #0C77C1
RGB
CMYK
RGB Variations
Color information
#0C77C1 (or 0x0C77C1) is known color: Navy Blue. HEX triplet: 0C, 77 and C1. RGB value is (12,119,193). Sum of RGB (Red+Green+Blue) = 12+119+193=324 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.70% from 324); Green value is 119 (46.88% from 255 or 36.73% from 324); Blue value is 193 (75.78% from 255 or 59.57% from 324); Max value from RGB is 193 - color contains mainly: blue. Hex color #0C77C1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C77C1 is #F3883E. Grayscale: #5F5F5F. Windows color (decimal): -15960127 or 12678924. OLE color: 12678924.
HSL color Cylindrical-coordinate representation of color #0C77C1: hue angle of 204.53º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C77C1 is Cyan = 0.94, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 12 | 119 | 193 | - |
| CMYK | 0.94 | 0.38 | 0 | 0.24 |
| HSL | 204.53º | 0.88% | 0.4% | - |
| HSV(B) | 204.53º | 0.94% | 0.76% | - |
| XYZ | 16.37 | 17.12 | 52.89 | - |
| YUV | 95.44 | 183.05 | 68.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 119 | 193 | 0.94 | 0.38 | 0 | 0.24 | 204.53 | 0.88 | 0.4 |
| Hex | C | 77 | C1 | 5E | 26 | 0 | 18 | CD | 58 | 28 |
| Octal | 14 | 167 | 301 | 136 | 46 | 0 | 30 | 315 | 130 | 50 |
| Binary | 1100 | 1110111 | 11000001 | 1011110 | 100110 | 0 | 11000 | 11001101 | 1011000 | 101000 |
Color Harmonies of #0C77C1
Complementary color
Monochromatic Colors of #0C77C1
Black with #0C77C1
Text Example
Text Example
White with #0C77C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C77C1; }
p { color: rgb(12,119,193); }
H1.HeaderClassName
{
color: #0C77C1;
}
.AnyTagClassName
{
color: #0C77C1;
}
</style>
background-color css
<style>
a { background-color: #0C77C1; }
a { background-color: rgb(12,119,193); }
div.DivClassName
{
background-color: #0C77C1;
}
.BgClassName
{
background-color: #0C77C1;
}
</style>
border-color css
<style>
span { border-color: #0C77C1; }
span { border-color: rgb(12,119,193); }
td.TdClassName
{
border-color: #0C77C1;
}
.TagClassName
{
border-color: #0C77C1;
}
</style>