#096DBF

Color #096DBF Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #096DBF

Tints of Navy Blue #096DBF

Color information

#096DBF (or 0x096DBF) is unknown color: approx Navy Blue. HEX triplet: 09, 6D and BF. RGB value is (9,109,191). Sum of RGB (Red+Green+Blue) = 9+109+191=309 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.91% from 309); Green value is 109 (42.97% from 255 or 35.28% from 309); Blue value is 191 (75% from 255 or 61.81% from 309); Max value from RGB is 191 - color contains mainly: blue. Hex color #096DBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096DBF is #F69240. Grayscale: #585858. Windows color (decimal): -16159297 or 12545289. OLE color: 12545289.

HSL color Cylindrical-coordinate representation of color #096DBF: hue angle of 207.03º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #096DBF is Cyan = 0.95, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9109191-
CMYK0.950.4300.25
HSL207.03º91%39.22%-
HSV(B)207.03º95.29%74.9%-
XYZ14.9914.7651.35-
YUV88.45185.8771.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 9 (3.91% from 255) = 2.91%
GREEN value IS 109 (42.97% from 255) = 35.28%
BLUE value IS 191 (75% from 255) = 61.81%
R=2.91%
G=35.28%
B=61.81%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal91091910.950.4300.25207.039139.22
Hex96DBF5F2B019cf5b27
Octal111552771375303131713347
Binary10011101101101111111011111101011011001110011111011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096DBF; }

 p { color: rgb(9,109,191); }

 H1.HeaderClassName
 {
   color: #096DBF;
 }
 .AnyTagClassName
 {
   color: #096DBF;
 }
</style>
background-color css

<style>
 a { background-color: #096DBF; }

 a { background-color: rgb(9,109,191); }

 div.DivClassName
 {
   background-color: #096DBF;
 }
 .BgClassName
 {
   background-color: #096DBF;
 }
</style>
border-color css

<style>
 span { border-color: #096DBF; }

 span { border-color: rgb(9,109,191); }

 td.TdClassName
 {
   border-color: #096DBF;
 }
 .TagClassName
 {
   border-color: #096DBF;
 }
</style>