Shades of Navy Blue #0971BC
Tints of Navy Blue #0971BC
RGB
CMYK
RGB Variations
Color information
#0971BC (or 0x0971BC) is known color: Navy Blue. HEX triplet: 09, 71 and BC. RGB value is (9,113,188). Sum of RGB (Red+Green+Blue) = 9+113+188=310 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.90% from 310); Green value is 113 (44.53% from 255 or 36.45% from 310); Blue value is 188 (73.83% from 255 or 60.65% from 310); Max value from RGB is 188 - color contains mainly: blue. Hex color #0971BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0971BC is #F68E43. Grayscale: #5A5A5A. Windows color (decimal): -16158276 or 12349705. OLE color: 12349705.
HSL color Cylindrical-coordinate representation of color #0971BC: hue angle of 205.14º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0971BC is Cyan = 0.95, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 113 | 188 | - |
| CMYK | 0.95 | 0.40 | 0 | 0.26 |
| HSL | 205.14º | 0.91% | 0.39% | - |
| HSV(B) | 205.14º | 0.95% | 0.74% | - |
| XYZ | 15.09 | 15.5 | 49.77 | - |
| YUV | 90.45 | 183.04 | 69.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 113 | 188 | 0.95 | 0.40 | 0 | 0.26 | 205.14 | 0.91 | 0.39 |
| Hex | 9 | 71 | BC | 5F | 28 | 0 | 1A | CD | 5B | 27 |
| Octal | 11 | 161 | 274 | 137 | 50 | 0 | 32 | 315 | 133 | 47 |
| Binary | 1001 | 1110001 | 10111100 | 1011111 | 101000 | 0 | 11010 | 11001101 | 1011011 | 100111 |
Color Harmonies of #0971BC
Complementary color
Monochromatic Colors of #0971BC
Black with #0971BC
Text Example
Text Example
White with #0971BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0971BC; }
p { color: rgb(9,113,188); }
H1.HeaderClassName
{
color: #0971BC;
}
.AnyTagClassName
{
color: #0971BC;
}
</style>
background-color css
<style>
a { background-color: #0971BC; }
a { background-color: rgb(9,113,188); }
div.DivClassName
{
background-color: #0971BC;
}
.BgClassName
{
background-color: #0971BC;
}
</style>
border-color css
<style>
span { border-color: #0971BC; }
span { border-color: rgb(9,113,188); }
td.TdClassName
{
border-color: #0971BC;
}
.TagClassName
{
border-color: #0971BC;
}
</style>