Shades of Navy Blue #0972CB
Tints of Navy Blue #0972CB
RGB
CMYK
RGB Variations
Color information
#0972CB (or 0x0972CB) is known color: Navy Blue. HEX triplet: 09, 72 and CB. RGB value is (9,114,203). Sum of RGB (Red+Green+Blue) = 9+114+203=326 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.76% from 326); Green value is 114 (44.92% from 255 or 34.97% from 326); Blue value is 203 (79.69% from 255 or 62.27% from 326); Max value from RGB is 203 - color contains mainly: blue. Hex color #0972CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0972CB is #F68D34. Grayscale: #5C5C5C. Windows color (decimal): -16158005 or 13333001. OLE color: 13333001.
HSL color Cylindrical-coordinate representation of color #0972CB: hue angle of 207.53º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0972CB is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 114 | 203 | - |
| CMYK | 0.96 | 0.44 | 0 | 0.20 |
| HSL | 207.53º | 0.92% | 0.42% | - |
| HSV(B) | 207.53º | 0.96% | 0.8% | - |
| XYZ | 16.91 | 16.4 | 58.78 | - |
| YUV | 92.75 | 190.21 | 68.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 114 | 203 | 0.96 | 0.44 | 0 | 0.20 | 207.53 | 0.92 | 0.42 |
| Hex | 9 | 72 | CB | 60 | 2C | 0 | 14 | D0 | 5C | 2A |
| Octal | 11 | 162 | 313 | 140 | 54 | 0 | 24 | 320 | 134 | 52 |
| Binary | 1001 | 1110010 | 11001011 | 1100000 | 101100 | 0 | 10100 | 11010000 | 1011100 | 101010 |
Color Harmonies of #0972CB
Complementary color
Monochromatic Colors of #0972CB
Black with #0972CB
Text Example
Text Example
White with #0972CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0972CB; }
p { color: rgb(9,114,203); }
H1.HeaderClassName
{
color: #0972CB;
}
.AnyTagClassName
{
color: #0972CB;
}
</style>
background-color css
<style>
a { background-color: #0972CB; }
a { background-color: rgb(9,114,203); }
div.DivClassName
{
background-color: #0972CB;
}
.BgClassName
{
background-color: #0972CB;
}
</style>
border-color css
<style>
span { border-color: #0972CB; }
span { border-color: rgb(9,114,203); }
td.TdClassName
{
border-color: #0972CB;
}
.TagClassName
{
border-color: #0972CB;
}
</style>