#196ABD

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

Shades of Denim #196ABD

Tints of Denim #196ABD

Color information

#196ABD (or 0x196ABD) is unknown color: approx Denim. HEX triplet: 19, 6A and BD. RGB value is (25,106,189). Sum of RGB (Red+Green+Blue) = 25+106+189=320 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.81% from 320); Green value is 106 (41.80% from 255 or 33.12% from 320); Blue value is 189 (74.22% from 255 or 59.06% from 320); Max value from RGB is 189 - color contains mainly: blue. Hex color #196ABD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196ABD is #E69542. Grayscale: #5A5A5A. Windows color (decimal): -15111491 or 12413465. OLE color: 12413465.

HSL color Cylindrical-coordinate representation of color #196ABD: hue angle of 210.37º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #196ABD is Cyan = 0.87, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB25106189-
CMYK0.870.4400.26
HSL210.37º76.64%41.96%-
HSV(B)210.37º86.77%74.12%-
XYZ14.7414.1950.11-
YUV91.24183.1680.75-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.81%
GREEN value IS 106 (41.80% from 255) = 33.12%
BLUE value IS 189 (74.22% from 255) = 59.06%
R=7.81%
G=33.12%
B=59.06%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal251061890.870.4400.26210.3776.6441.96
Hex196ABD572C01Ad24d2a
Octal311522751275403232211552
Binary110011101010101111011010111101100011010110100101001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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