#196CB9

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

Shades of Denim #196CB9

Tints of Denim #196CB9

Color information

#196CB9 (or 0x196CB9) is unknown color: approx Denim. HEX triplet: 19, 6C and B9. RGB value is (25,108,185). Sum of RGB (Red+Green+Blue) = 25+108+185=318 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.86% from 318); Green value is 108 (42.58% from 255 or 33.96% from 318); Blue value is 185 (72.66% from 255 or 58.18% from 318); Max value from RGB is 185 - color contains mainly: blue. Hex color #196CB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196CB9 is #E69346. Grayscale: #5B5B5B. Windows color (decimal): -15110983 or 12151833. OLE color: 12151833.

HSL color Cylindrical-coordinate representation of color #196CB9: hue angle of 208.88º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #196CB9 is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB25108185-
CMYK0.860.4200.27
HSL208.88º76.19%41.18%-
HSV(B)208.88º86.49%72.55%-
XYZ14.5214.4347.92-
YUV91.96180.580.24-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.86%
GREEN value IS 108 (42.58% from 255) = 33.96%
BLUE value IS 185 (72.66% from 255) = 58.18%
R=7.86%
G=33.96%
B=58.18%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal251081850.860.4200.27208.8876.1941.18
Hex196CB9562A01Bd14c29
Octal311542711265203332111451
Binary110011101100101110011010110101010011011110100011001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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