Shades of Navy Blue #0972BD
Tints of Navy Blue #0972BD
RGB
CMYK
RGB Variations
Color information
#0972BD (or 0x0972BD) is known color: Navy Blue. HEX triplet: 09, 72 and BD. RGB value is (9,114,189). Sum of RGB (Red+Green+Blue) = 9+114+189=312 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.88% from 312); Green value is 114 (44.92% from 255 or 36.54% from 312); Blue value is 189 (74.22% from 255 or 60.58% from 312); Max value from RGB is 189 - color contains mainly: blue. Hex color #0972BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0972BD is #F68D42. Grayscale: #5A5A5A. Windows color (decimal): -16158019 or 12415497. OLE color: 12415497.
HSL color Cylindrical-coordinate representation of color #0972BD: hue angle of 205º 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 #0972BD is Cyan = 0.95, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 114 | 189 | - |
| CMYK | 0.95 | 0.40 | 0 | 0.26 |
| HSL | 205º | 0.91% | 0.39% | - |
| HSV(B) | 205º | 0.95% | 0.74% | - |
| XYZ | 15.32 | 15.77 | 50.38 | - |
| YUV | 91.16 | 183.21 | 69.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 114 | 189 | 0.95 | 0.40 | 0 | 0.26 | 205 | 0.91 | 0.39 |
| Hex | 9 | 72 | BD | 5F | 28 | 0 | 1A | CD | 5B | 27 |
| Octal | 11 | 162 | 275 | 137 | 50 | 0 | 32 | 315 | 133 | 47 |
| Binary | 1001 | 1110010 | 10111101 | 1011111 | 101000 | 0 | 11010 | 11001101 | 1011011 | 100111 |
Color Harmonies of #0972BD
Complementary color
Monochromatic Colors of #0972BD
Black with #0972BD
Text Example
Text Example
White with #0972BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0972BD; }
p { color: rgb(9,114,189); }
H1.HeaderClassName
{
color: #0972BD;
}
.AnyTagClassName
{
color: #0972BD;
}
</style>
background-color css
<style>
a { background-color: #0972BD; }
a { background-color: rgb(9,114,189); }
div.DivClassName
{
background-color: #0972BD;
}
.BgClassName
{
background-color: #0972BD;
}
</style>
border-color css
<style>
span { border-color: #0972BD; }
span { border-color: rgb(9,114,189); }
td.TdClassName
{
border-color: #0972BD;
}
.TagClassName
{
border-color: #0972BD;
}
</style>