#197BBE

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

Shades of Denim #197BBE

Tints of Denim #197BBE

Color information

#197BBE (or 0x197BBE) is unknown color: approx Denim. HEX triplet: 19, 7B and BE. RGB value is (25,123,190). Sum of RGB (Red+Green+Blue) = 25+123+190=338 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.40% from 338); Green value is 123 (48.44% from 255 or 36.39% from 338); Blue value is 190 (74.61% from 255 or 56.21% from 338); Max value from RGB is 190 - color contains mainly: blue. Hex color #197BBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197BBE is #E68441. Grayscale: #646464. Windows color (decimal): -15107138 or 12483353. OLE color: 12483353.

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

Color convert

RGB25123190-
CMYK0.870.3500.25
HSL204.36º76.74%42.16%-
HSV(B)204.36º86.84%74.51%-
XYZ16.7818.0951.32-
YUV101.34178.0373.55-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.40%
GREEN value IS 123 (48.44% from 255) = 36.39%
BLUE value IS 190 (74.61% from 255) = 56.21%
R=7.40%
G=36.39%
B=56.21%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal251231900.870.3500.25204.3676.7442.16
Hex197BBE5723019cc4d2a
Octal311732761274303131411552
Binary110011111011101111101010111100011011001110011001001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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