Shades of Navy Blue #097BDF
Tints of Navy Blue #097BDF
RGB
CMYK
RGB Variations
Color information
#097BDF (or 0x097BDF) is known color: Navy Blue. HEX triplet: 09, 7B and DF. RGB value is (9,123,223). Sum of RGB (Red+Green+Blue) = 9+123+223=355 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.54% from 355); Green value is 123 (48.44% from 255 or 34.65% from 355); Blue value is 223 (87.5% from 255 or 62.82% from 355); Max value from RGB is 223 - color contains mainly: blue. Hex color #097BDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097BDF is #F68420. Grayscale: #636363. Windows color (decimal): -16155681 or 14646025. OLE color: 14646025.
HSL color Cylindrical-coordinate representation of color #097BDF: hue angle of 208.04º 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 #097BDF is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 123 | 223 | - |
| CMYK | 0.96 | 0.45 | 0 | 0.13 |
| HSL | 208.04º | 0.92% | 0.45% | - |
| HSV(B) | 208.04º | 0.96% | 0.87% | - |
| XYZ | 20.51 | 19.55 | 72.5 | - |
| YUV | 100.31 | 197.23 | 62.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 123 | 223 | 0.96 | 0.45 | 0 | 0.13 | 208.04 | 0.92 | 0.45 |
| Hex | 9 | 7B | DF | 60 | 2D | 0 | D | D0 | 5C | 2D |
| Octal | 11 | 173 | 337 | 140 | 55 | 0 | 15 | 320 | 134 | 55 |
| Binary | 1001 | 1111011 | 11011111 | 1100000 | 101101 | 0 | 1101 | 11010000 | 1011100 | 101101 |
Color Harmonies of #097BDF
Complementary color
Monochromatic Colors of #097BDF
Black with #097BDF
Text Example
Text Example
White with #097BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097BDF; }
p { color: rgb(9,123,223); }
H1.HeaderClassName
{
color: #097BDF;
}
.AnyTagClassName
{
color: #097BDF;
}
</style>
background-color css
<style>
a { background-color: #097BDF; }
a { background-color: rgb(9,123,223); }
div.DivClassName
{
background-color: #097BDF;
}
.BgClassName
{
background-color: #097BDF;
}
</style>
border-color css
<style>
span { border-color: #097BDF; }
span { border-color: rgb(9,123,223); }
td.TdClassName
{
border-color: #097BDF;
}
.TagClassName
{
border-color: #097BDF;
}
</style>