Shades of Navy Blue #097DC8
Tints of Navy Blue #097DC8
RGB
CMYK
RGB Variations
Color information
#097DC8 (or 0x097DC8) is known color: Navy Blue. HEX triplet: 09, 7D and C8. RGB value is (9,125,200). Sum of RGB (Red+Green+Blue) = 9+125+200=334 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.69% from 334); Green value is 125 (49.22% from 255 or 37.43% from 334); Blue value is 200 (78.52% from 255 or 59.88% from 334); Max value from RGB is 200 - color contains mainly: blue. Hex color #097DC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097DC8 is #F68237. Grayscale: #626262. Windows color (decimal): -16155192 or 13139209. OLE color: 13139209.
HSL color Cylindrical-coordinate representation of color #097DC8: hue angle of 203.56º 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 #097DC8 is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 9 | 125 | 200 | - |
| CMYK | 0.96 | 0.38 | 0 | 0.22 |
| HSL | 203.56º | 0.91% | 0.41% | - |
| HSV(B) | 203.56º | 0.96% | 0.78% | - |
| XYZ | 17.87 | 18.9 | 57.35 | - |
| YUV | 98.87 | 185.07 | 63.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 125 | 200 | 0.96 | 0.38 | 0 | 0.22 | 203.56 | 0.91 | 0.41 |
| Hex | 9 | 7D | C8 | 60 | 26 | 0 | 16 | CC | 5B | 29 |
| Octal | 11 | 175 | 310 | 140 | 46 | 0 | 26 | 314 | 133 | 51 |
| Binary | 1001 | 1111101 | 11001000 | 1100000 | 100110 | 0 | 10110 | 11001100 | 1011011 | 101001 |
Color Harmonies of #097DC8
Complementary color
Monochromatic Colors of #097DC8
Black with #097DC8
Text Example
Text Example
White with #097DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097DC8; }
p { color: rgb(9,125,200); }
H1.HeaderClassName
{
color: #097DC8;
}
.AnyTagClassName
{
color: #097DC8;
}
</style>
background-color css
<style>
a { background-color: #097DC8; }
a { background-color: rgb(9,125,200); }
div.DivClassName
{
background-color: #097DC8;
}
.BgClassName
{
background-color: #097DC8;
}
</style>
border-color css
<style>
span { border-color: #097DC8; }
span { border-color: rgb(9,125,200); }
td.TdClassName
{
border-color: #097DC8;
}
.TagClassName
{
border-color: #097DC8;
}
</style>