Shades of Navy Blue #097BC5
Tints of Navy Blue #097BC5
RGB
CMYK
RGB Variations
Color information
#097BC5 (or 0x097BC5) is known color: Navy Blue. HEX triplet: 09, 7B and C5. RGB value is (9,123,197). Sum of RGB (Red+Green+Blue) = 9+123+197=329 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.74% from 329); Green value is 123 (48.44% from 255 or 37.39% from 329); Blue value is 197 (77.34% from 255 or 59.88% from 329); Max value from RGB is 197 - color contains mainly: blue. Hex color #097BC5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097BC5 is #F6843A. Grayscale: #606060. Windows color (decimal): -16155707 or 12942089. OLE color: 12942089.
HSL color Cylindrical-coordinate representation of color #097BC5: hue angle of 203.62º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #097BC5 is Cyan = 0.95, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 9 | 123 | 197 | - |
| CMYK | 0.95 | 0.38 | 0 | 0.23 |
| HSL | 203.62º | 0.91% | 0.4% | - |
| HSV(B) | 203.62º | 0.95% | 0.77% | - |
| XYZ | 17.27 | 18.26 | 55.44 | - |
| YUV | 97.35 | 184.23 | 64.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 123 | 197 | 0.95 | 0.38 | 0 | 0.23 | 203.62 | 0.91 | 0.4 |
| Hex | 9 | 7B | C5 | 5F | 26 | 0 | 17 | CC | 5B | 28 |
| Octal | 11 | 173 | 305 | 137 | 46 | 0 | 27 | 314 | 133 | 50 |
| Binary | 1001 | 1111011 | 11000101 | 1011111 | 100110 | 0 | 10111 | 11001100 | 1011011 | 101000 |
Color Harmonies of #097BC5
Complementary color
Monochromatic Colors of #097BC5
Black with #097BC5
Text Example
Text Example
White with #097BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097BC5; }
p { color: rgb(9,123,197); }
H1.HeaderClassName
{
color: #097BC5;
}
.AnyTagClassName
{
color: #097BC5;
}
</style>
background-color css
<style>
a { background-color: #097BC5; }
a { background-color: rgb(9,123,197); }
div.DivClassName
{
background-color: #097BC5;
}
.BgClassName
{
background-color: #097BC5;
}
</style>
border-color css
<style>
span { border-color: #097BC5; }
span { border-color: rgb(9,123,197); }
td.TdClassName
{
border-color: #097BC5;
}
.TagClassName
{
border-color: #097BC5;
}
</style>