#096ACA

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

Shades of Navy Blue #096ACA

Tints of Navy Blue #096ACA

Color information

#096ACA (or 0x096ACA) is unknown color: approx Navy Blue. HEX triplet: 09, 6A and CA. RGB value is (9,106,202). Sum of RGB (Red+Green+Blue) = 9+106+202=317 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.84% from 317); Green value is 106 (41.80% from 255 or 33.44% from 317); Blue value is 202 (79.30% from 255 or 63.72% from 317); Max value from RGB is 202 - color contains mainly: blue. Hex color #096ACA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #096ACA is #F69535. Grayscale: #575757. Windows color (decimal): -16160054 or 13265417. OLE color: 13265417.

HSL color Cylindrical-coordinate representation of color #096ACA: hue angle of 209.84º 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 #096ACA is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9106202-
CMYK0.960.4800.21
HSL209.84º91.47%41.37%-
HSV(B)209.84º95.54%79.22%-
XYZ15.9314.6357.86-
YUV87.94192.3671.69-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.84%
GREEN value IS 106 (41.80% from 255) = 33.44%
BLUE value IS 202 (79.30% from 255) = 63.72%
R=2.84%
G=33.44%
B=63.72%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal91062020.960.4800.21209.8491.4741.37
Hex96ACA6030015d25b29
Octal111523121406002532213351
Binary10011101010110010101100000110000010101110100101011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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