#096BBE

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

Shades of Navy Blue #096BBE

Tints of Navy Blue #096BBE

Color information

#096BBE (or 0x096BBE) is unknown color: approx Navy Blue. HEX triplet: 09, 6B and BE. RGB value is (9,107,190). Sum of RGB (Red+Green+Blue) = 9+107+190=306 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.94% from 306); Green value is 107 (42.19% from 255 or 34.97% from 306); Blue value is 190 (74.61% from 255 or 62.09% from 306); Max value from RGB is 190 - color contains mainly: blue. Hex color #096BBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096BBE is #F69441. Grayscale: #565656. Windows color (decimal): -16159810 or 12479241. OLE color: 12479241.

HSL color Cylindrical-coordinate representation of color #096BBE: hue angle of 207.51º 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 #096BBE is Cyan = 0.95, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9107190-
CMYK0.950.4400.25
HSL207.51º90.95%39.02%-
HSV(B)207.51º95.26%74.51%-
XYZ14.6614.2950.7-
YUV87.16186.0372.25-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.94%
GREEN value IS 107 (42.19% from 255) = 34.97%
BLUE value IS 190 (74.61% from 255) = 62.09%
R=2.94%
G=34.97%
B=62.09%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal91071900.950.4400.25207.5190.9539.02
Hex96BBE5F2C019d05b27
Octal111532761375403132013347
Binary10011101011101111101011111101100011001110100001011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,107,190); }

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

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

 a { background-color: rgb(9,107,190); }

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

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

 span { border-color: rgb(9,107,190); }

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