#196cab

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

Shades of Denim #196CAB

Tints of Denim #196CAB

Color information

#196CAB (or 0x196CAB) is unknown color: approx Denim. HEX triplet: 19, 6C and AB. RGB value is (25,108,171). Sum of RGB (Red+Green+Blue) = 25+108+171=304 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.22% from 304); Green value is 108 (42.58% from 255 or 35.53% from 304); Blue value is 171 (67.19% from 255 or 56.25% from 304); Max value from RGB is 171 - color contains mainly: blue. Hex color #196CAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196CAB is #E69354. Grayscale: #5A5A5A. Windows color (decimal): -15110997 or 11234329. OLE color: 11234329.

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

Color convert

RGB25108171-
CMYK0.850.3700.33
HSL205.89º74.49%38.43%-
HSV(B)205.89º85.38%67.06%-
XYZ13.1113.8740.51-
YUV90.36173.581.38-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.22%
GREEN value IS 108 (42.58% from 255) = 35.53%
BLUE value IS 171 (67.19% from 255) = 56.25%
R=8.22%
G=35.53%
B=56.25%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal251081710.850.3700.33205.8974.4938.43
Hex196CAB5525021ce4a26
Octal311542531254504131611246
Binary1100111011001010101110101011001010100001110011101001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196cab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,108,171); }

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

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

 a { background-color: rgb(25,108,171); }

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

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

 span { border-color: rgb(25,108,171); }

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