Shades of Navy Blue #097EC4
Tints of Navy Blue #097EC4
RGB
CMYK
RGB Variations
Color information
#097EC4 (or 0x097EC4) is known color: Navy Blue. HEX triplet: 09, 7E and C4. RGB value is (9,126,196). Sum of RGB (Red+Green+Blue) = 9+126+196=331 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.72% from 331); Green value is 126 (49.61% from 255 or 38.07% from 331); Blue value is 196 (76.95% from 255 or 59.21% from 331); Max value from RGB is 196 - color contains mainly: blue. Hex color #097EC4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097EC4 is #F6813B. Grayscale: #626262. Windows color (decimal): -16154940 or 12877321. OLE color: 12877321.
HSL color Cylindrical-coordinate representation of color #097EC4: hue angle of 202.46º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #097EC4 is Cyan = 0.95, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 9 | 126 | 196 | - |
| CMYK | 0.95 | 0.36 | 0 | 0.23 |
| HSL | 202.46º | 0.91% | 0.4% | - |
| HSV(B) | 202.46º | 0.95% | 0.77% | - |
| XYZ | 17.54 | 18.97 | 54.96 | - |
| YUV | 99 | 182.74 | 63.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 126 | 196 | 0.95 | 0.36 | 0 | 0.23 | 202.46 | 0.91 | 0.4 |
| Hex | 9 | 7E | C4 | 5F | 24 | 0 | 17 | CA | 5B | 28 |
| Octal | 11 | 176 | 304 | 137 | 44 | 0 | 27 | 312 | 133 | 50 |
| Binary | 1001 | 1111110 | 11000100 | 1011111 | 100100 | 0 | 10111 | 11001010 | 1011011 | 101000 |
Color Harmonies of #097EC4
Complementary color
Monochromatic Colors of #097EC4
Black with #097EC4
Text Example
Text Example
White with #097EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097EC4; }
p { color: rgb(9,126,196); }
H1.HeaderClassName
{
color: #097EC4;
}
.AnyTagClassName
{
color: #097EC4;
}
</style>
background-color css
<style>
a { background-color: #097EC4; }
a { background-color: rgb(9,126,196); }
div.DivClassName
{
background-color: #097EC4;
}
.BgClassName
{
background-color: #097EC4;
}
</style>
border-color css
<style>
span { border-color: #097EC4; }
span { border-color: rgb(9,126,196); }
td.TdClassName
{
border-color: #097EC4;
}
.TagClassName
{
border-color: #097EC4;
}
</style>