#196fb2

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

Shades of Denim #196FB2

Tints of Denim #196FB2

Color information

#196FB2 (or 0x196FB2) is unknown color: approx Denim. HEX triplet: 19, 6F and B2. RGB value is (25,111,178). Sum of RGB (Red+Green+Blue) = 25+111+178=314 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.96% from 314); Green value is 111 (43.75% from 255 or 35.35% from 314); Blue value is 178 (69.92% from 255 or 56.69% from 314); Max value from RGB is 178 - color contains mainly: blue. Hex color #196FB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196FB2 is #E6904D. Grayscale: #5C5C5C. Windows color (decimal): -15110222 or 11693849. OLE color: 11693849.

HSL color Cylindrical-coordinate representation of color #196FB2: hue angle of 206.27º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #196FB2 is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB25111178-
CMYK0.860.3800.30
HSL206.27º75.37%39.8%-
HSV(B)206.27º85.96%69.8%-
XYZ14.1214.7944.23-
YUV92.92176.0179.55-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.96%
GREEN value IS 111 (43.75% from 255) = 35.35%
BLUE value IS 178 (69.92% from 255) = 56.69%
R=7.96%
G=35.35%
B=56.69%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal251111780.860.3800.30206.2775.3739.8
Hex196FB2562601Ece4b28
Octal311572621264603631611350
Binary110011101111101100101010110100110011110110011101001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196fb2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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