#197ABD

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

Shades of Denim #197ABD

Tints of Denim #197ABD

Color information

#197ABD (or 0x197ABD) is unknown color: approx Denim. HEX triplet: 19, 7A and BD. RGB value is (25,122,189). Sum of RGB (Red+Green+Blue) = 25+122+189=336 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.44% from 336); Green value is 122 (48.05% from 255 or 36.31% from 336); Blue value is 189 (74.22% from 255 or 56.25% from 336); Max value from RGB is 189 - color contains mainly: blue. Hex color #197ABD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197ABD is #E68542. Grayscale: #646464. Windows color (decimal): -15107395 or 12417561. OLE color: 12417561.

HSL color Cylindrical-coordinate representation of color #197ABD: hue angle of 204.51º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #197ABD is Cyan = 0.87, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB25122189-
CMYK0.870.3500.26
HSL204.51º76.64%41.96%-
HSV(B)204.51º86.77%74.12%-
XYZ16.5517.850.71-
YUV100.64177.8674.05-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.44%
GREEN value IS 122 (48.05% from 255) = 36.31%
BLUE value IS 189 (74.22% from 255) = 56.25%
R=7.44%
G=36.31%
B=56.25%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal251221890.870.3500.26204.5176.6441.96
Hex197ABD572301Acd4d2a
Octal311722751274303231511552
Binary110011111010101111011010111100011011010110011011001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197ABD; }

 p { color: rgb(25,122,189); }

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

<style>
 a { background-color: #197ABD; }

 a { background-color: rgb(25,122,189); }

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

<style>
 span { border-color: #197ABD; }

 span { border-color: rgb(25,122,189); }

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