Shades of Navy Blue #0C74BE
Tints of Navy Blue #0C74BE
RGB
CMYK
RGB Variations
Color information
#0C74BE (or 0x0C74BE) is known color: Navy Blue. HEX triplet: 0C, 74 and BE. RGB value is (12,116,190). Sum of RGB (Red+Green+Blue) = 12+116+190=318 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.77% from 318); Green value is 116 (45.70% from 255 or 36.48% from 318); Blue value is 190 (74.61% from 255 or 59.75% from 318); Max value from RGB is 190 - color contains mainly: blue. Hex color #0C74BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C74BE is #F38B41. Grayscale: #5C5C5C. Windows color (decimal): -15960898 or 12481548. OLE color: 12481548.
HSL color Cylindrical-coordinate representation of color #0C74BE: hue angle of 204.94º 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 #0C74BE is Cyan = 0.94, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 12 | 116 | 190 | - |
| CMYK | 0.94 | 0.39 | 0 | 0.25 |
| HSL | 204.94º | 0.88% | 0.4% | - |
| HSV(B) | 204.94º | 0.94% | 0.75% | - |
| XYZ | 15.69 | 16.29 | 51.03 | - |
| YUV | 93.34 | 182.54 | 69.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 116 | 190 | 0.94 | 0.39 | 0 | 0.25 | 204.94 | 0.88 | 0.4 |
| Hex | C | 74 | BE | 5E | 27 | 0 | 19 | CD | 58 | 28 |
| Octal | 14 | 164 | 276 | 136 | 47 | 0 | 31 | 315 | 130 | 50 |
| Binary | 1100 | 1110100 | 10111110 | 1011110 | 100111 | 0 | 11001 | 11001101 | 1011000 | 101000 |
Color Harmonies of #0C74BE
Complementary color
Monochromatic Colors of #0C74BE
Black with #0C74BE
Text Example
Text Example
White with #0C74BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C74BE; }
p { color: rgb(12,116,190); }
H1.HeaderClassName
{
color: #0C74BE;
}
.AnyTagClassName
{
color: #0C74BE;
}
</style>
background-color css
<style>
a { background-color: #0C74BE; }
a { background-color: rgb(12,116,190); }
div.DivClassName
{
background-color: #0C74BE;
}
.BgClassName
{
background-color: #0C74BE;
}
</style>
border-color css
<style>
span { border-color: #0C74BE; }
span { border-color: rgb(12,116,190); }
td.TdClassName
{
border-color: #0C74BE;
}
.TagClassName
{
border-color: #0C74BE;
}
</style>