#196BC3

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

Shades of Denim #196BC3

Tints of Denim #196BC3

Color information

#196BC3 (or 0x196BC3) is unknown color: approx Denim. HEX triplet: 19, 6B and C3. RGB value is (25,107,195). Sum of RGB (Red+Green+Blue) = 25+107+195=327 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.65% from 327); Green value is 107 (42.19% from 255 or 32.72% from 327); Blue value is 195 (76.56% from 255 or 59.63% from 327); Max value from RGB is 195 - color contains mainly: blue. Hex color #196BC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196BC3 is #E6943C. Grayscale: #5C5C5C. Windows color (decimal): -15111229 or 12806937. OLE color: 12806937.

HSL color Cylindrical-coordinate representation of color #196BC3: hue angle of 211.06º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #196BC3 is Cyan = 0.87, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB25107195-
CMYK0.870.4500.24
HSL211.06º77.27%43.14%-
HSV(B)211.06º87.18%76.47%-
XYZ15.5114.6653.64-
YUV92.51185.8379.84-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.65%
GREEN value IS 107 (42.19% from 255) = 32.72%
BLUE value IS 195 (76.56% from 255) = 59.63%
R=7.65%
G=32.72%
B=59.63%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal251071950.870.4500.24211.0677.2743.14
Hex196BC3572D018d34d2b
Octal311533031275503032311553
Binary110011101011110000111010111101101011000110100111001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,107,195); }

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

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

 a { background-color: rgb(25,107,195); }

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

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

 span { border-color: rgb(25,107,195); }

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