Html Css Color HEX #197ABE Denim

📋 copy color: '#197ABE'

red 25 ◦ green 122 ◦ blue 190

#197ABE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Denim #197ABE

Tints of Denim #197ABE

RGB

 RED value IS 25 (10.16% from 255) = 7.42%

 GREEN value IS 122 (48.05% from 255) = 36.2%

 BLUE value IS 190 (74.61% from 255) = 56.38%

R = 7.42%
G = 36.2%
B = 56.38%

CMYK

 C value IS 0.87

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#197ABE (or 0x197ABE) is known color: Denim. HEX triplet: 19, 7A and BE. RGB value is (25,122,190). Sum of RGB (Red+Green+Blue) = 25+122+190=337 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.42% from 337); Green value is 122 (48.05% from 255 or 36.20% from 337); Blue value is 190 (74.61% from 255 or 56.38% from 337); Max value from RGB is 190 - color contains mainly: blue. Hex color #197ABE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197ABE is #E68541. Grayscale: #646464. Windows color (decimal): -15107394 or 12483097. OLE color: 12483097.

HSL color Cylindrical-coordinate representation of color #197ABE: hue angle of 204.73º 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 #197ABE is Cyan = 0.87, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 25 122 190 -
CMYK 0.87 0.36 0 0.25
HSL 204.73º 0.77% 0.42% -
HSV(B) 204.73º 0.87% 0.75% -
XYZ 16.65 17.84 51.28 -
YUV 100.75 178.36 73.97 -
System Red Green Blue C M Y K H S L
Decimal 25 122 190 0.87 0.36 0 0.25 204.73 0.77 0.42
Hex 19 7A BE 57 24 0 19 CD 4D 2A
Octal 31 172 276 127 44 0 31 315 115 52
Binary 11001 1111010 10111110 1010111 100100 0 11001 11001101 1001101 101010

Color Harmonies of #197ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197ABE

Black with #197ABE

Text Example


Text Example

White with #197ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #197ABE;
 }
 .AnyTagClassName
 {
   color: #197ABE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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