Shades of Navy Blue #097BCB
Tints of Navy Blue #097BCB
RGB
CMYK
RGB Variations
Color information
#097BCB (or 0x097BCB) is known color: Navy Blue. HEX triplet: 09, 7B and CB. RGB value is (9,123,203). Sum of RGB (Red+Green+Blue) = 9+123+203=335 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.69% from 335); Green value is 123 (48.44% from 255 or 36.72% from 335); Blue value is 203 (79.69% from 255 or 60.60% from 335); Max value from RGB is 203 - color contains mainly: blue. Hex color #097BCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097BCB is #F68434. Grayscale: #616161. Windows color (decimal): -16155701 or 13335305. OLE color: 13335305.
HSL color Cylindrical-coordinate representation of color #097BCB: hue angle of 204.74º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #097BCB is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 123 | 203 | - |
| CMYK | 0.96 | 0.39 | 0 | 0.20 |
| HSL | 204.74º | 0.92% | 0.42% | - |
| HSV(B) | 204.74º | 0.96% | 0.8% | - |
| XYZ | 17.98 | 18.54 | 59.13 | - |
| YUV | 98.03 | 187.23 | 64.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 123 | 203 | 0.96 | 0.39 | 0 | 0.20 | 204.74 | 0.92 | 0.42 |
| Hex | 9 | 7B | CB | 60 | 27 | 0 | 14 | CD | 5C | 2A |
| Octal | 11 | 173 | 313 | 140 | 47 | 0 | 24 | 315 | 134 | 52 |
| Binary | 1001 | 1111011 | 11001011 | 1100000 | 100111 | 0 | 10100 | 11001101 | 1011100 | 101010 |
Color Harmonies of #097BCB
Complementary color
Monochromatic Colors of #097BCB
Black with #097BCB
Text Example
Text Example
White with #097BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097BCB; }
p { color: rgb(9,123,203); }
H1.HeaderClassName
{
color: #097BCB;
}
.AnyTagClassName
{
color: #097BCB;
}
</style>
background-color css
<style>
a { background-color: #097BCB; }
a { background-color: rgb(9,123,203); }
div.DivClassName
{
background-color: #097BCB;
}
.BgClassName
{
background-color: #097BCB;
}
</style>
border-color css
<style>
span { border-color: #097BCB; }
span { border-color: rgb(9,123,203); }
td.TdClassName
{
border-color: #097BCB;
}
.TagClassName
{
border-color: #097BCB;
}
</style>