Shades of Navy Blue #097BC7
Tints of Navy Blue #097BC7
RGB
CMYK
RGB Variations
Color information
#097BC7 (or 0x097BC7) is known color: Navy Blue. HEX triplet: 09, 7B and C7. RGB value is (9,123,199). Sum of RGB (Red+Green+Blue) = 9+123+199=331 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.72% from 331); Green value is 123 (48.44% from 255 or 37.16% from 331); Blue value is 199 (78.12% from 255 or 60.12% from 331); Max value from RGB is 199 - color contains mainly: blue. Hex color #097BC7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097BC7 is #F68438. Grayscale: #616161. Windows color (decimal): -16155705 or 13073161. OLE color: 13073161.
HSL color Cylindrical-coordinate representation of color #097BC7: hue angle of 204º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #097BC7 is Cyan = 0.95, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 9 | 123 | 199 | - |
| CMYK | 0.95 | 0.38 | 0 | 0.22 |
| HSL | 204º | 0.91% | 0.41% | - |
| HSV(B) | 204º | 0.95% | 0.78% | - |
| XYZ | 17.5 | 18.35 | 56.65 | - |
| YUV | 97.58 | 185.23 | 64.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 123 | 199 | 0.95 | 0.38 | 0 | 0.22 | 204 | 0.91 | 0.41 |
| Hex | 9 | 7B | C7 | 5F | 26 | 0 | 16 | CC | 5B | 29 |
| Octal | 11 | 173 | 307 | 137 | 46 | 0 | 26 | 314 | 133 | 51 |
| Binary | 1001 | 1111011 | 11000111 | 1011111 | 100110 | 0 | 10110 | 11001100 | 1011011 | 101001 |
Color Harmonies of #097BC7
Complementary color
Monochromatic Colors of #097BC7
Black with #097BC7
Text Example
Text Example
White with #097BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097BC7; }
p { color: rgb(9,123,199); }
H1.HeaderClassName
{
color: #097BC7;
}
.AnyTagClassName
{
color: #097BC7;
}
</style>
background-color css
<style>
a { background-color: #097BC7; }
a { background-color: rgb(9,123,199); }
div.DivClassName
{
background-color: #097BC7;
}
.BgClassName
{
background-color: #097BC7;
}
</style>
border-color css
<style>
span { border-color: #097BC7; }
span { border-color: rgb(9,123,199); }
td.TdClassName
{
border-color: #097BC7;
}
.TagClassName
{
border-color: #097BC7;
}
</style>