Shades of Navy Blue #097BCE
Tints of Navy Blue #097BCE
RGB
CMYK
RGB Variations
Color information
#097BCE (or 0x097BCE) is known color: Navy Blue. HEX triplet: 09, 7B and CE. RGB value is (9,123,206). Sum of RGB (Red+Green+Blue) = 9+123+206=338 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.66% from 338); Green value is 123 (48.44% from 255 or 36.39% from 338); Blue value is 206 (80.86% from 255 or 60.95% from 338); Max value from RGB is 206 - color contains mainly: blue. Hex color #097BCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097BCE is #F68431. Grayscale: #616161. Windows color (decimal): -16155698 or 13531913. OLE color: 13531913.
HSL color Cylindrical-coordinate representation of color #097BCE: hue angle of 205.28º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #097BCE is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 123 | 206 | - |
| CMYK | 0.96 | 0.40 | 0 | 0.19 |
| HSL | 205.28º | 0.92% | 0.42% | - |
| HSV(B) | 205.28º | 0.96% | 0.81% | - |
| XYZ | 18.34 | 18.68 | 61.03 | - |
| YUV | 98.38 | 188.73 | 64.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 123 | 206 | 0.96 | 0.40 | 0 | 0.19 | 205.28 | 0.92 | 0.42 |
| Hex | 9 | 7B | CE | 60 | 28 | 0 | 13 | CD | 5C | 2A |
| Octal | 11 | 173 | 316 | 140 | 50 | 0 | 23 | 315 | 134 | 52 |
| Binary | 1001 | 1111011 | 11001110 | 1100000 | 101000 | 0 | 10011 | 11001101 | 1011100 | 101010 |
Color Harmonies of #097BCE
Complementary color
Monochromatic Colors of #097BCE
Black with #097BCE
Text Example
Text Example
White with #097BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097BCE; }
p { color: rgb(9,123,206); }
H1.HeaderClassName
{
color: #097BCE;
}
.AnyTagClassName
{
color: #097BCE;
}
</style>
background-color css
<style>
a { background-color: #097BCE; }
a { background-color: rgb(9,123,206); }
div.DivClassName
{
background-color: #097BCE;
}
.BgClassName
{
background-color: #097BCE;
}
</style>
border-color css
<style>
span { border-color: #097BCE; }
span { border-color: rgb(9,123,206); }
td.TdClassName
{
border-color: #097BCE;
}
.TagClassName
{
border-color: #097BCE;
}
</style>