#196AC0

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

Shades of Denim #196AC0

Tints of Denim #196AC0

Color information

#196AC0 (or 0x196AC0) is unknown color: approx Denim. HEX triplet: 19, 6A and C0. RGB value is (25,106,192). Sum of RGB (Red+Green+Blue) = 25+106+192=323 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.74% from 323); Green value is 106 (41.80% from 255 or 32.82% from 323); Blue value is 192 (75.39% from 255 or 59.44% from 323); Max value from RGB is 192 - color contains mainly: blue. Hex color #196AC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196AC0 is #E6953F. Grayscale: #5B5B5B. Windows color (decimal): -15111488 or 12610073. OLE color: 12610073.

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

Color convert

RGB25106192-
CMYK0.870.4500.25
HSL210.9º76.96%42.55%-
HSV(B)210.9º86.98%75.29%-
XYZ15.0714.3251.84-
YUV91.58184.6680.51-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.74%
GREEN value IS 106 (41.80% from 255) = 32.82%
BLUE value IS 192 (75.39% from 255) = 59.44%
R=7.74%
G=32.82%
B=59.44%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal251061920.870.4500.25210.976.9642.55
Hex196AC0572D019d34d2b
Octal311523001275503132311553
Binary110011101010110000001010111101101011001110100111001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,106,192); }

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

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

 a { background-color: rgb(25,106,192); }

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

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

 span { border-color: rgb(25,106,192); }

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