Html Css Color HEX #197ECB Denim

📋 copy color: '#197ECB'

red 25 ◦ green 126 ◦ blue 203

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

Shades of Denim #197ECB

Tints of Denim #197ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 57.34%

R = 7.06%
G = 35.59%
B = 57.34%

CMYK

 C value IS 0.88

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#197ECB (or 0x197ECB) is known color: Denim. HEX triplet: 19, 7E and CB. RGB value is (25,126,203). Sum of RGB (Red+Green+Blue) = 25+126+203=354 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.06% from 354); Green value is 126 (49.61% from 255 or 35.59% from 354); Blue value is 203 (79.69% from 255 or 57.34% from 354); Max value from RGB is 203 - color contains mainly: blue. Hex color #197ECB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197ECB is #E68134. Grayscale: #686868. Windows color (decimal): -15106357 or 13336089. OLE color: 13336089.

HSL color Cylindrical-coordinate representation of color #197ECB: hue angle of 205.96º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #197ECB is Cyan = 0.88, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 25 126 203 -
CMYK 0.88 0.38 0 0.20
HSL 205.96º 0.78% 0.45% -
HSV(B) 205.96º 0.88% 0.8% -
XYZ 18.64 19.44 59.27 -
YUV 104.58 183.54 71.24 -
System Red Green Blue C M Y K H S L
Decimal 25 126 203 0.88 0.38 0 0.20 205.96 0.78 0.45
Hex 19 7E CB 58 26 0 14 CE 4E 2D
Octal 31 176 313 130 46 0 24 316 116 55
Binary 11001 1111110 11001011 1011000 100110 0 10100 11001110 1001110 101101

Color Harmonies of #197ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197ECB

Black with #197ECB

Text Example


Text Example

White with #197ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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