Html Css Color HEX #197ABF Denim

📋 copy color: '#197ABF'

red 25 ◦ green 122 ◦ blue 191

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

Shades of Denim #197ABF

Tints of Denim #197ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 56.51%

R = 7.4%
G = 36.09%
B = 56.51%

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

#197ABF (or 0x197ABF) is known color: Denim. HEX triplet: 19, 7A and BF. RGB value is (25,122,191). Sum of RGB (Red+Green+Blue) = 25+122+191=338 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.40% from 338); Green value is 122 (48.05% from 255 or 36.09% from 338); Blue value is 191 (75% from 255 or 56.51% from 338); Max value from RGB is 191 - color contains mainly: blue. Hex color #197ABF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197ABF is #E68540. Grayscale: #646464. Windows color (decimal): -15107393 or 12548633. OLE color: 12548633.

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

Color convert

RGB 25 122 191 -
CMYK 0.87 0.36 0 0.25
HSL 204.94º 0.77% 0.42% -
HSV(B) 204.94º 0.87% 0.75% -
XYZ 16.76 17.89 51.86 -
YUV 100.86 178.86 73.89 -
System Red Green Blue C M Y K H S L
Decimal 25 122 191 0.87 0.36 0 0.25 204.94 0.77 0.42
Hex 19 7A BF 57 24 0 19 CD 4D 2A
Octal 31 172 277 127 44 0 31 315 115 52
Binary 11001 1111010 10111111 1010111 100100 0 11001 11001101 1001101 101010

Color Harmonies of #197ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197ABF

Black with #197ABF

Text Example


Text Example

White with #197ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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