#196BAC

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

Shades of Denim #196BAC

Tints of Denim #196BAC

Color information

#196BAC (or 0x196BAC) is unknown color: approx Denim. HEX triplet: 19, 6B and AC. RGB value is (25,107,172). Sum of RGB (Red+Green+Blue) = 25+107+172=304 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.22% from 304); Green value is 107 (42.19% from 255 or 35.20% from 304); Blue value is 172 (67.58% from 255 or 56.58% from 304); Max value from RGB is 172 - color contains mainly: blue. Hex color #196BAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196BAC is #E69453. Grayscale: #595959. Windows color (decimal): -15111252 or 11299609. OLE color: 11299609.

HSL color Cylindrical-coordinate representation of color #196BAC: hue angle of 206.53º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #196BAC is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB25107172-
CMYK0.850.3800.33
HSL206.53º74.62%38.63%-
HSV(B)206.53º85.47%67.45%-
XYZ13.113.740.98-
YUV89.89174.3381.71-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.22%
GREEN value IS 107 (42.19% from 255) = 35.20%
BLUE value IS 172 (67.58% from 255) = 56.58%
R=8.22%
G=35.20%
B=56.58%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal251071720.850.3800.33206.5374.6238.63
Hex196BAC5526021cf4b27
Octal311532541254604131711347
Binary1100111010111010110010101011001100100001110011111001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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