#197BCA

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

Shades of Denim #197BCA

Tints of Denim #197BCA

Color information

#197BCA (or 0x197BCA) is unknown color: approx Denim. HEX triplet: 19, 7B and CA. RGB value is (25,123,202). Sum of RGB (Red+Green+Blue) = 25+123+202=350 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.14% from 350); Green value is 123 (48.44% from 255 or 35.14% from 350); Blue value is 202 (79.30% from 255 or 57.71% from 350); Max value from RGB is 202 - color contains mainly: blue. Hex color #197BCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197BCA is #E68435. Grayscale: #666666. Windows color (decimal): -15107126 or 13269785. OLE color: 13269785.

HSL color Cylindrical-coordinate representation of color #197BCA: hue angle of 206.78º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #197BCA is Cyan = 0.88, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB25123202-
CMYK0.880.3900.21
HSL206.78º77.97%44.51%-
HSV(B)206.78º87.62%79.22%-
XYZ18.1418.6458.52-
YUV102.7184.0372.58-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.14%
GREEN value IS 123 (48.44% from 255) = 35.14%
BLUE value IS 202 (79.30% from 255) = 57.71%
R=7.14%
G=35.14%
B=57.71%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal251232020.880.3900.21206.7877.9744.51
Hex197BCA5827015cf4e2d
Octal311733121304702531711655
Binary110011111011110010101011000100111010101110011111001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,123,202); }

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

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

 a { background-color: rgb(25,123,202); }

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

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

 span { border-color: rgb(25,123,202); }

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