Shades of Navy Blue #0C77BF
Tints of Navy Blue #0C77BF
RGB
CMYK
RGB Variations
Color information
#0C77BF (or 0x0C77BF) is known color: Navy Blue. HEX triplet: 0C, 77 and BF. RGB value is (12,119,191). Sum of RGB (Red+Green+Blue) = 12+119+191=322 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.73% from 322); Green value is 119 (46.88% from 255 or 36.96% from 322); Blue value is 191 (75% from 255 or 59.32% from 322); Max value from RGB is 191 - color contains mainly: blue. Hex color #0C77BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C77BF is #F38840. Grayscale: #5E5E5E. Windows color (decimal): -15960129 or 12547852. OLE color: 12547852.
HSL color Cylindrical-coordinate representation of color #0C77BF: hue angle of 204.13º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C77BF is Cyan = 0.94, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 12 | 119 | 191 | - |
| CMYK | 0.94 | 0.38 | 0 | 0.25 |
| HSL | 204.13º | 0.88% | 0.4% | - |
| HSV(B) | 204.13º | 0.94% | 0.75% | - |
| XYZ | 16.15 | 17.03 | 51.73 | - |
| YUV | 95.22 | 182.05 | 68.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 119 | 191 | 0.94 | 0.38 | 0 | 0.25 | 204.13 | 0.88 | 0.4 |
| Hex | C | 77 | BF | 5E | 26 | 0 | 19 | CC | 58 | 28 |
| Octal | 14 | 167 | 277 | 136 | 46 | 0 | 31 | 314 | 130 | 50 |
| Binary | 1100 | 1110111 | 10111111 | 1011110 | 100110 | 0 | 11001 | 11001100 | 1011000 | 101000 |
Color Harmonies of #0C77BF
Complementary color
Monochromatic Colors of #0C77BF
Black with #0C77BF
Text Example
Text Example
White with #0C77BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C77BF; }
p { color: rgb(12,119,191); }
H1.HeaderClassName
{
color: #0C77BF;
}
.AnyTagClassName
{
color: #0C77BF;
}
</style>
background-color css
<style>
a { background-color: #0C77BF; }
a { background-color: rgb(12,119,191); }
div.DivClassName
{
background-color: #0C77BF;
}
.BgClassName
{
background-color: #0C77BF;
}
</style>
border-color css
<style>
span { border-color: #0C77BF; }
span { border-color: rgb(12,119,191); }
td.TdClassName
{
border-color: #0C77BF;
}
.TagClassName
{
border-color: #0C77BF;
}
</style>