Shades of Navy Blue #097CCB
Tints of Navy Blue #097CCB
RGB
CMYK
RGB Variations
Color information
#097CCB (or 0x097CCB) is known color: Navy Blue. HEX triplet: 09, 7C and CB. RGB value is (9,124,203). Sum of RGB (Red+Green+Blue) = 9+124+203=336 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.68% from 336); Green value is 124 (48.83% from 255 or 36.90% from 336); Blue value is 203 (79.69% from 255 or 60.42% from 336); Max value from RGB is 203 - color contains mainly: blue. Hex color #097CCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097CCB is #F68334. Grayscale: #626262. Windows color (decimal): -16155445 or 13335561. OLE color: 13335561.
HSL color Cylindrical-coordinate representation of color #097CCB: hue angle of 204.43º 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 #097CCB is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 124 | 203 | - |
| CMYK | 0.96 | 0.39 | 0 | 0.20 |
| HSL | 204.43º | 0.92% | 0.42% | - |
| HSV(B) | 204.43º | 0.96% | 0.8% | - |
| XYZ | 18.1 | 18.79 | 59.17 | - |
| YUV | 98.62 | 186.9 | 64.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 124 | 203 | 0.96 | 0.39 | 0 | 0.20 | 204.43 | 0.92 | 0.42 |
| Hex | 9 | 7C | CB | 60 | 27 | 0 | 14 | CC | 5C | 2A |
| Octal | 11 | 174 | 313 | 140 | 47 | 0 | 24 | 314 | 134 | 52 |
| Binary | 1001 | 1111100 | 11001011 | 1100000 | 100111 | 0 | 10100 | 11001100 | 1011100 | 101010 |
Color Harmonies of #097CCB
Complementary color
Monochromatic Colors of #097CCB
Black with #097CCB
Text Example
Text Example
White with #097CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097CCB; }
p { color: rgb(9,124,203); }
H1.HeaderClassName
{
color: #097CCB;
}
.AnyTagClassName
{
color: #097CCB;
}
</style>
background-color css
<style>
a { background-color: #097CCB; }
a { background-color: rgb(9,124,203); }
div.DivClassName
{
background-color: #097CCB;
}
.BgClassName
{
background-color: #097CCB;
}
</style>
border-color css
<style>
span { border-color: #097CCB; }
span { border-color: rgb(9,124,203); }
td.TdClassName
{
border-color: #097CCB;
}
.TagClassName
{
border-color: #097CCB;
}
</style>