Shades of Navy Blue #097BD6
Tints of Navy Blue #097BD6
RGB
CMYK
RGB Variations
Color information
#097BD6 (or 0x097BD6) is known color: Navy Blue. HEX triplet: 09, 7B and D6. RGB value is (9,123,214). Sum of RGB (Red+Green+Blue) = 9+123+214=346 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.60% from 346); Green value is 123 (48.44% from 255 or 35.55% from 346); Blue value is 214 (83.98% from 255 or 61.85% from 346); Max value from RGB is 214 - color contains mainly: blue. Hex color #097BD6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097BD6 is #F68429. Grayscale: #626262. Windows color (decimal): -16155690 or 14056201. OLE color: 14056201.
HSL color Cylindrical-coordinate representation of color #097BD6: hue angle of 206.63º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #097BD6 is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 9 | 123 | 214 | - |
| CMYK | 0.96 | 0.43 | 0 | 0.16 |
| HSL | 206.63º | 0.92% | 0.44% | - |
| HSV(B) | 206.63º | 0.96% | 0.84% | - |
| XYZ | 19.33 | 19.08 | 66.28 | - |
| YUV | 99.29 | 192.73 | 63.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 123 | 214 | 0.96 | 0.43 | 0 | 0.16 | 206.63 | 0.92 | 0.44 |
| Hex | 9 | 7B | D6 | 60 | 2B | 0 | 10 | CF | 5C | 2C |
| Octal | 11 | 173 | 326 | 140 | 53 | 0 | 20 | 317 | 134 | 54 |
| Binary | 1001 | 1111011 | 11010110 | 1100000 | 101011 | 0 | 10000 | 11001111 | 1011100 | 101100 |
Color Harmonies of #097BD6
Complementary color
Monochromatic Colors of #097BD6
Black with #097BD6
Text Example
Text Example
White with #097BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097BD6; }
p { color: rgb(9,123,214); }
H1.HeaderClassName
{
color: #097BD6;
}
.AnyTagClassName
{
color: #097BD6;
}
</style>
background-color css
<style>
a { background-color: #097BD6; }
a { background-color: rgb(9,123,214); }
div.DivClassName
{
background-color: #097BD6;
}
.BgClassName
{
background-color: #097BD6;
}
</style>
border-color css
<style>
span { border-color: #097BD6; }
span { border-color: rgb(9,123,214); }
td.TdClassName
{
border-color: #097BD6;
}
.TagClassName
{
border-color: #097BD6;
}
</style>