Html Css Color HEX #197EBC Denim

📋 copy color: '#197EBC'

red 25 ◦ green 126 ◦ blue 188

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

Shades of Denim #197EBC

Tints of Denim #197EBC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 37.17%

 BLUE value IS 188 (73.83% from 255) = 55.46%

R = 7.37%
G = 37.17%
B = 55.46%

CMYK

 C value IS 0.87

 M value IS 0.33

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#197EBC (or 0x197EBC) is known color: Denim. HEX triplet: 19, 7E and BC. RGB value is (25,126,188). Sum of RGB (Red+Green+Blue) = 25+126+188=339 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.37% from 339); Green value is 126 (49.61% from 255 or 37.17% from 339); Blue value is 188 (73.83% from 255 or 55.46% from 339); Max value from RGB is 188 - color contains mainly: blue. Hex color #197EBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197EBC is #E68143. Grayscale: #666666. Windows color (decimal): -15106372 or 12353049. OLE color: 12353049.

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

Color convert

RGB 25 126 188 -
CMYK 0.87 0.33 0 0.26
HSL 202.82º 0.77% 0.42% -
HSV(B) 202.82º 0.87% 0.74% -
XYZ 16.94 18.76 50.31 -
YUV 102.87 176.04 72.46 -
System Red Green Blue C M Y K H S L
Decimal 25 126 188 0.87 0.33 0 0.26 202.82 0.77 0.42
Hex 19 7E BC 57 21 0 1A CB 4D 2A
Octal 31 176 274 127 41 0 32 313 115 52
Binary 11001 1111110 10111100 1010111 100001 0 11010 11001011 1001101 101010

Color Harmonies of #197EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197EBC

Black with #197EBC

Text Example


Text Example

White with #197EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,126,188); }

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

background-color css

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

 a { background-color: rgb(25,126,188); }

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

border-color css

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

 span { border-color: rgb(25,126,188); }

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