Shades of Navy Blue #097DDF
Tints of Navy Blue #097DDF
RGB
CMYK
RGB Variations
Color information
#097DDF (or 0x097DDF) is known color: Navy Blue. HEX triplet: 09, 7D and DF. RGB value is (9,125,223). Sum of RGB (Red+Green+Blue) = 9+125+223=357 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.52% from 357); Green value is 125 (49.22% from 255 or 35.01% from 357); Blue value is 223 (87.5% from 255 or 62.46% from 357); Max value from RGB is 223 - color contains mainly: blue. Hex color #097DDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097DDF is #F68220. Grayscale: #646464. Windows color (decimal): -16155169 or 14646537. OLE color: 14646537.
HSL color Cylindrical-coordinate representation of color #097DDF: hue angle of 207.48º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #097DDF is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 125 | 223 | - |
| CMYK | 0.96 | 0.44 | 0 | 0.13 |
| HSL | 207.48º | 0.92% | 0.45% | - |
| HSV(B) | 207.48º | 0.96% | 0.87% | - |
| XYZ | 20.77 | 20.05 | 72.59 | - |
| YUV | 101.49 | 196.57 | 62.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 125 | 223 | 0.96 | 0.44 | 0 | 0.13 | 207.48 | 0.92 | 0.45 |
| Hex | 9 | 7D | DF | 60 | 2C | 0 | D | CF | 5C | 2D |
| Octal | 11 | 175 | 337 | 140 | 54 | 0 | 15 | 317 | 134 | 55 |
| Binary | 1001 | 1111101 | 11011111 | 1100000 | 101100 | 0 | 1101 | 11001111 | 1011100 | 101101 |
Color Harmonies of #097DDF
Complementary color
Monochromatic Colors of #097DDF
Black with #097DDF
Text Example
Text Example
White with #097DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097DDF; }
p { color: rgb(9,125,223); }
H1.HeaderClassName
{
color: #097DDF;
}
.AnyTagClassName
{
color: #097DDF;
}
</style>
background-color css
<style>
a { background-color: #097DDF; }
a { background-color: rgb(9,125,223); }
div.DivClassName
{
background-color: #097DDF;
}
.BgClassName
{
background-color: #097DDF;
}
</style>
border-color css
<style>
span { border-color: #097DDF; }
span { border-color: rgb(9,125,223); }
td.TdClassName
{
border-color: #097DDF;
}
.TagClassName
{
border-color: #097DDF;
}
</style>