Shades of Navy Blue #097CCD
Tints of Navy Blue #097CCD
RGB
CMYK
RGB Variations
Color information
#097CCD (or 0x097CCD) is known color: Navy Blue. HEX triplet: 09, 7C and CD. RGB value is (9,124,205). Sum of RGB (Red+Green+Blue) = 9+124+205=338 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.66% from 338); Green value is 124 (48.83% from 255 or 36.69% from 338); Blue value is 205 (80.47% from 255 or 60.65% from 338); Max value from RGB is 205 - color contains mainly: blue. Hex color #097CCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097CCD is #F68332. Grayscale: #626262. Windows color (decimal): -16155443 or 13466633. OLE color: 13466633.
HSL color Cylindrical-coordinate representation of color #097CCD: hue angle of 204.8º 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 #097CCD is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 124 | 205 | - |
| CMYK | 0.96 | 0.40 | 0 | 0.20 |
| HSL | 204.8º | 0.92% | 0.42% | - |
| HSV(B) | 204.8º | 0.96% | 0.8% | - |
| XYZ | 18.34 | 18.88 | 60.44 | - |
| YUV | 98.85 | 187.9 | 63.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 124 | 205 | 0.96 | 0.40 | 0 | 0.20 | 204.8 | 0.92 | 0.42 |
| Hex | 9 | 7C | CD | 60 | 28 | 0 | 14 | CD | 5C | 2A |
| Octal | 11 | 174 | 315 | 140 | 50 | 0 | 24 | 315 | 134 | 52 |
| Binary | 1001 | 1111100 | 11001101 | 1100000 | 101000 | 0 | 10100 | 11001101 | 1011100 | 101010 |
Color Harmonies of #097CCD
Complementary color
Monochromatic Colors of #097CCD
Black with #097CCD
Text Example
Text Example
White with #097CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097CCD; }
p { color: rgb(9,124,205); }
H1.HeaderClassName
{
color: #097CCD;
}
.AnyTagClassName
{
color: #097CCD;
}
</style>
background-color css
<style>
a { background-color: #097CCD; }
a { background-color: rgb(9,124,205); }
div.DivClassName
{
background-color: #097CCD;
}
.BgClassName
{
background-color: #097CCD;
}
</style>
border-color css
<style>
span { border-color: #097CCD; }
span { border-color: rgb(9,124,205); }
td.TdClassName
{
border-color: #097CCD;
}
.TagClassName
{
border-color: #097CCD;
}
</style>