#096BCA

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

Shades of Navy Blue #096BCA

Tints of Navy Blue #096BCA

Color information

#096BCA (or 0x096BCA) is unknown color: approx Navy Blue. HEX triplet: 09, 6B and CA. RGB value is (9,107,202). Sum of RGB (Red+Green+Blue) = 9+107+202=318 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.83% from 318); Green value is 107 (42.19% from 255 or 33.65% from 318); Blue value is 202 (79.30% from 255 or 63.52% from 318); Max value from RGB is 202 - color contains mainly: blue. Hex color #096BCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096BCA is #F69435. Grayscale: #585858. Windows color (decimal): -16159798 or 13265673. OLE color: 13265673.

HSL color Cylindrical-coordinate representation of color #096BCA: hue angle of 209.53º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096BCA is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9107202-
CMYK0.960.4700.21
HSL209.53º91.47%41.37%-
HSV(B)209.53º95.54%79.22%-
XYZ16.0314.8457.9-
YUV88.53192.0371.28-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.83%
GREEN value IS 107 (42.19% from 255) = 33.65%
BLUE value IS 202 (79.30% from 255) = 63.52%
R=2.83%
G=33.65%
B=63.52%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal91072020.960.4700.21209.5391.4741.37
Hex96BCA602F015d25b29
Octal111533121405702532213351
Binary10011101011110010101100000101111010101110100101011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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