Shades of Navy Blue #097CCC
Tints of Navy Blue #097CCC
RGB
CMYK
RGB Variations
Color information
#097CCC (or 0x097CCC) is known color: Navy Blue. HEX triplet: 09, 7C and CC. RGB value is (9,124,204). Sum of RGB (Red+Green+Blue) = 9+124+204=337 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.67% from 337); Green value is 124 (48.83% from 255 or 36.80% from 337); Blue value is 204 (80.08% from 255 or 60.53% from 337); Max value from RGB is 204 - color contains mainly: blue. Hex color #097CCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097CCC is #F68333. Grayscale: #626262. Windows color (decimal): -16155444 or 13401097. OLE color: 13401097.
HSL color Cylindrical-coordinate representation of color #097CCC: hue angle of 204.62º 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 #097CCC is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 9 | 124 | 204 | - |
| CMYK | 0.96 | 0.39 | 0 | 0.2 |
| HSL | 204.62º | 0.92% | 0.42% | - |
| HSV(B) | 204.62º | 0.96% | 0.8% | - |
| XYZ | 18.22 | 18.83 | 59.8 | - |
| YUV | 98.74 | 187.4 | 64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 124 | 204 | 0.96 | 0.39 | 0 | 0.2 | 204.62 | 0.92 | 0.42 |
| Hex | 9 | 7C | CC | 60 | 27 | 0 | 14 | CD | 5C | 2A |
| Octal | 11 | 174 | 314 | 140 | 47 | 0 | 24 | 315 | 134 | 52 |
| Binary | 1001 | 1111100 | 11001100 | 1100000 | 100111 | 0 | 10100 | 11001101 | 1011100 | 101010 |
Color Harmonies of #097CCC
Complementary color
Monochromatic Colors of #097CCC
Black with #097CCC
Text Example
Text Example
White with #097CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097CCC; }
p { color: rgb(9,124,204); }
H1.HeaderClassName
{
color: #097CCC;
}
.AnyTagClassName
{
color: #097CCC;
}
</style>
background-color css
<style>
a { background-color: #097CCC; }
a { background-color: rgb(9,124,204); }
div.DivClassName
{
background-color: #097CCC;
}
.BgClassName
{
background-color: #097CCC;
}
</style>
border-color css
<style>
span { border-color: #097CCC; }
span { border-color: rgb(9,124,204); }
td.TdClassName
{
border-color: #097CCC;
}
.TagClassName
{
border-color: #097CCC;
}
</style>