Shades of Navy Blue #0970CC
Tints of Navy Blue #0970CC
RGB
CMYK
RGB Variations
Color information
#0970CC (or 0x0970CC) is known color: Navy Blue. HEX triplet: 09, 70 and CC. RGB value is (9,112,204). Sum of RGB (Red+Green+Blue) = 9+112+204=325 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.77% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 204 (80.08% from 255 or 62.77% from 325); Max value from RGB is 204 - color contains mainly: blue. Hex color #0970CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0970CC is #F68F33. Grayscale: #5B5B5B. Windows color (decimal): -16158516 or 13398025. OLE color: 13398025.
HSL color Cylindrical-coordinate representation of color #0970CC: hue angle of 208.31º 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 #0970CC is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 9 | 112 | 204 | - |
| CMYK | 0.96 | 0.45 | 0 | 0.2 |
| HSL | 208.31º | 0.92% | 0.42% | - |
| HSV(B) | 208.31º | 0.96% | 0.8% | - |
| XYZ | 16.81 | 16.01 | 59.33 | - |
| YUV | 91.69 | 191.38 | 69.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 112 | 204 | 0.96 | 0.45 | 0 | 0.2 | 208.31 | 0.92 | 0.42 |
| Hex | 9 | 70 | CC | 60 | 2D | 0 | 14 | D0 | 5C | 2A |
| Octal | 11 | 160 | 314 | 140 | 55 | 0 | 24 | 320 | 134 | 52 |
| Binary | 1001 | 1110000 | 11001100 | 1100000 | 101101 | 0 | 10100 | 11010000 | 1011100 | 101010 |
Color Harmonies of #0970CC
Complementary color
Monochromatic Colors of #0970CC
Black with #0970CC
Text Example
Text Example
White with #0970CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0970CC; }
p { color: rgb(9,112,204); }
H1.HeaderClassName
{
color: #0970CC;
}
.AnyTagClassName
{
color: #0970CC;
}
</style>
background-color css
<style>
a { background-color: #0970CC; }
a { background-color: rgb(9,112,204); }
div.DivClassName
{
background-color: #0970CC;
}
.BgClassName
{
background-color: #0970CC;
}
</style>
border-color css
<style>
span { border-color: #0970CC; }
span { border-color: rgb(9,112,204); }
td.TdClassName
{
border-color: #0970CC;
}
.TagClassName
{
border-color: #0970CC;
}
</style>