Html Css Color HEX #197FBF Denim

📋 copy color: '#197FBF'

red 25 ◦ green 127 ◦ blue 191

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

Shades of Denim #197FBF

Tints of Denim #197FBF

RGB

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

 GREEN value IS 127 (50% from 255) = 37.03%

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

R = 7.29%
G = 37.03%
B = 55.69%

CMYK

 C value IS 0.87

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#197FBF (or 0x197FBF) is known color: Denim. HEX triplet: 19, 7F and BF. RGB value is (25,127,191). Sum of RGB (Red+Green+Blue) = 25+127+191=343 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.29% from 343); Green value is 127 (50% from 255 or 37.03% from 343); Blue value is 191 (75% from 255 or 55.69% from 343); Max value from RGB is 191 - color contains mainly: blue. Hex color #197FBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197FBF is #E68040. Grayscale: #676767. Windows color (decimal): -15106113 or 12549913. OLE color: 12549913.

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

Color convert

RGB 25 127 191 -
CMYK 0.87 0.34 0 0.25
HSL 203.13º 0.77% 0.42% -
HSV(B) 203.13º 0.87% 0.75% -
XYZ 17.39 19.15 52.07 -
YUV 103.8 177.21 71.8 -
System Red Green Blue C M Y K H S L
Decimal 25 127 191 0.87 0.34 0 0.25 203.13 0.77 0.42
Hex 19 7F BF 57 22 0 19 CB 4D 2A
Octal 31 177 277 127 42 0 31 313 115 52
Binary 11001 1111111 10111111 1010111 100010 0 11001 11001011 1001101 101010

Color Harmonies of #197FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197FBF

Black with #197FBF

Text Example


Text Example

White with #197FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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