Shades of Navy Blue #097FDC
Tints of Navy Blue #097FDC
RGB
CMYK
RGB Variations
Color information
#097FDC (or 0x097FDC) is known color: Navy Blue. HEX triplet: 09, 7F and DC. RGB value is (9,127,220). Sum of RGB (Red+Green+Blue) = 9+127+220=356 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.53% from 356); Green value is 127 (50% from 255 or 35.67% from 356); Blue value is 220 (86.33% from 255 or 61.80% from 356); Max value from RGB is 220 - color contains mainly: blue. Hex color #097FDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097FDC is #F68023. Grayscale: #656565. Windows color (decimal): -16154660 or 14450441. OLE color: 14450441.
HSL color Cylindrical-coordinate representation of color #097FDC: hue angle of 206.45º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #097FDC is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 127 | 220 | - |
| CMYK | 0.96 | 0.42 | 0 | 0.14 |
| HSL | 206.45º | 0.92% | 0.45% | - |
| HSV(B) | 206.45º | 0.96% | 0.86% | - |
| XYZ | 20.62 | 20.4 | 70.56 | - |
| YUV | 102.32 | 194.41 | 61.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 127 | 220 | 0.96 | 0.42 | 0 | 0.14 | 206.45 | 0.92 | 0.45 |
| Hex | 9 | 7F | DC | 60 | 2A | 0 | E | CE | 5C | 2D |
| Octal | 11 | 177 | 334 | 140 | 52 | 0 | 16 | 316 | 134 | 55 |
| Binary | 1001 | 1111111 | 11011100 | 1100000 | 101010 | 0 | 1110 | 11001110 | 1011100 | 101101 |
Color Harmonies of #097FDC
Complementary color
Monochromatic Colors of #097FDC
Black with #097FDC
Text Example
Text Example
White with #097FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097FDC; }
p { color: rgb(9,127,220); }
H1.HeaderClassName
{
color: #097FDC;
}
.AnyTagClassName
{
color: #097FDC;
}
</style>
background-color css
<style>
a { background-color: #097FDC; }
a { background-color: rgb(9,127,220); }
div.DivClassName
{
background-color: #097FDC;
}
.BgClassName
{
background-color: #097FDC;
}
</style>
border-color css
<style>
span { border-color: #097FDC; }
span { border-color: rgb(9,127,220); }
td.TdClassName
{
border-color: #097FDC;
}
.TagClassName
{
border-color: #097FDC;
}
</style>