#196AA9

Color #196AA9 Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #196AA9

Tints of Denim #196AA9

Color information

#196AA9 (or 0x196AA9) is unknown color: approx Denim. HEX triplet: 19, 6A and A9. RGB value is (25,106,169). Sum of RGB (Red+Green+Blue) = 25+106+169=300 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.33% from 300); Green value is 106 (41.80% from 255 or 35.33% from 300); Blue value is 169 (66.41% from 255 or 56.33% from 300); Max value from RGB is 169 - color contains mainly: blue. Hex color #196AA9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196AA9 is #E69556. Grayscale: #585858. Windows color (decimal): -15111511 or 11102745. OLE color: 11102745.

HSL color Cylindrical-coordinate representation of color #196AA9: hue angle of 206.25º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #196AA9 is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB25106169-
CMYK0.850.3700.34
HSL206.25º74.23%38.04%-
HSV(B)206.25º85.21%66.27%-
XYZ12.7213.3839.45-
YUV88.96173.1682.38-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.33%
GREEN value IS 106 (41.80% from 255) = 35.33%
BLUE value IS 169 (66.41% from 255) = 56.33%
R=8.33%
G=35.33%
B=56.33%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal251061690.850.3700.34206.2574.2338.04
Hex196AA95525022ce4a26
Octal311522511254504231611246
Binary1100111010101010100110101011001010100010110011101001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196AA9; }

 p { color: rgb(25,106,169); }

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

<style>
 a { background-color: #196AA9; }

 a { background-color: rgb(25,106,169); }

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

<style>
 span { border-color: #196AA9; }

 span { border-color: rgb(25,106,169); }

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