Shades of Navy Blue #097DDC
Tints of Navy Blue #097DDC
RGB
CMYK
RGB Variations
Color information
#097DDC (or 0x097DDC) is known color: Navy Blue. HEX triplet: 09, 7D and DC. RGB value is (9,125,220). Sum of RGB (Red+Green+Blue) = 9+125+220=354 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.54% from 354); Green value is 125 (49.22% from 255 or 35.31% from 354); Blue value is 220 (86.33% from 255 or 62.15% from 354); Max value from RGB is 220 - color contains mainly: blue. Hex color #097DDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097DDC is #F68223. Grayscale: #646464. Windows color (decimal): -16155172 or 14449929. OLE color: 14449929.
HSL color Cylindrical-coordinate representation of color #097DDC: hue angle of 207.01º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #097DDC is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 125 | 220 | - |
| CMYK | 0.96 | 0.43 | 0 | 0.14 |
| HSL | 207.01º | 0.92% | 0.45% | - |
| HSV(B) | 207.01º | 0.96% | 0.86% | - |
| XYZ | 20.36 | 19.89 | 70.48 | - |
| YUV | 101.15 | 195.07 | 62.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 125 | 220 | 0.96 | 0.43 | 0 | 0.14 | 207.01 | 0.92 | 0.45 |
| Hex | 9 | 7D | DC | 60 | 2B | 0 | E | CF | 5C | 2D |
| Octal | 11 | 175 | 334 | 140 | 53 | 0 | 16 | 317 | 134 | 55 |
| Binary | 1001 | 1111101 | 11011100 | 1100000 | 101011 | 0 | 1110 | 11001111 | 1011100 | 101101 |
Color Harmonies of #097DDC
Complementary color
Monochromatic Colors of #097DDC
Black with #097DDC
Text Example
Text Example
White with #097DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097DDC; }
p { color: rgb(9,125,220); }
H1.HeaderClassName
{
color: #097DDC;
}
.AnyTagClassName
{
color: #097DDC;
}
</style>
background-color css
<style>
a { background-color: #097DDC; }
a { background-color: rgb(9,125,220); }
div.DivClassName
{
background-color: #097DDC;
}
.BgClassName
{
background-color: #097DDC;
}
</style>
border-color css
<style>
span { border-color: #097DDC; }
span { border-color: rgb(9,125,220); }
td.TdClassName
{
border-color: #097DDC;
}
.TagClassName
{
border-color: #097DDC;
}
</style>