#196FB7

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

Shades of Denim #196FB7

Tints of Denim #196FB7

Color information

#196FB7 (or 0x196FB7) is unknown color: approx Denim. HEX triplet: 19, 6F and B7. RGB value is (25,111,183). Sum of RGB (Red+Green+Blue) = 25+111+183=319 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.84% from 319); Green value is 111 (43.75% from 255 or 34.80% from 319); Blue value is 183 (71.88% from 255 or 57.37% from 319); Max value from RGB is 183 - color contains mainly: blue. Hex color #196FB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196FB7 is #E69048. Grayscale: #5D5D5D. Windows color (decimal): -15110217 or 12021529. OLE color: 12021529.

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

Color convert

RGB25111183-
CMYK0.860.3900.28
HSL207.34º75.96%40.78%-
HSV(B)207.34º86.34%71.76%-
XYZ14.6314.9946.92-
YUV93.49178.5179.15-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.84%
GREEN value IS 111 (43.75% from 255) = 34.80%
BLUE value IS 183 (71.88% from 255) = 57.37%
R=7.84%
G=34.80%
B=57.37%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal251111830.860.3900.28207.3475.9640.78
Hex196FB7562701Ccf4c29
Octal311572671264703431711451
Binary110011101111101101111010110100111011100110011111001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,111,183); }

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

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

 a { background-color: rgb(25,111,183); }

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

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

 span { border-color: rgb(25,111,183); }

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