#196CB5

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

Shades of Denim #196CB5

Tints of Denim #196CB5

Color information

#196CB5 (or 0x196CB5) is unknown color: approx Denim. HEX triplet: 19, 6C and B5. RGB value is (25,108,181). Sum of RGB (Red+Green+Blue) = 25+108+181=314 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.96% from 314); Green value is 108 (42.58% from 255 or 34.39% from 314); Blue value is 181 (71.09% from 255 or 57.64% from 314); Max value from RGB is 181 - color contains mainly: blue. Hex color #196CB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196CB5 is #E6934A. Grayscale: #5B5B5B. Windows color (decimal): -15110987 or 11889689. OLE color: 11889689.

HSL color Cylindrical-coordinate representation of color #196CB5: hue angle of 208.08º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #196CB5 is Cyan = 0.86, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB25108181-
CMYK0.860.4000.29
HSL208.08º75.73%40.39%-
HSV(B)208.08º86.19%70.98%-
XYZ14.114.2745.73-
YUV91.5178.580.56-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.96%
GREEN value IS 108 (42.58% from 255) = 34.39%
BLUE value IS 181 (71.09% from 255) = 57.64%
R=7.96%
G=34.39%
B=57.64%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal251081810.860.4000.29208.0875.7340.39
Hex196CB5562801Dd04c28
Octal311542651265003532011450
Binary110011101100101101011010110101000011101110100001001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,108,181); }

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

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

 a { background-color: rgb(25,108,181); }

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

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

 span { border-color: rgb(25,108,181); }

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