Html Css Color HEX #197ACD Denim

📋 copy color: '#197ACD'

red 25 ◦ green 122 ◦ blue 205

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

Shades of Denim #197ACD

Tints of Denim #197ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 58.24%

R = 7.1%
G = 34.66%
B = 58.24%

CMYK

 C value IS 0.88

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#197ACD (or 0x197ACD) is known color: Denim. HEX triplet: 19, 7A and CD. RGB value is (25,122,205). Sum of RGB (Red+Green+Blue) = 25+122+205=352 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.10% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 205 (80.47% from 255 or 58.24% from 352); Max value from RGB is 205 - color contains mainly: blue. Hex color #197ACD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197ACD is #E68532. Grayscale: #666666. Windows color (decimal): -15107379 or 13466137. OLE color: 13466137.

HSL color Cylindrical-coordinate representation of color #197ACD: hue angle of 207.67º 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 #197ACD is Cyan = 0.88, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 25 122 205 -
CMYK 0.88 0.40 0 0.20
HSL 207.67º 0.78% 0.45% -
HSV(B) 207.67º 0.88% 0.8% -
XYZ 18.38 18.53 60.37 -
YUV 102.46 185.86 72.75 -
System Red Green Blue C M Y K H S L
Decimal 25 122 205 0.88 0.40 0 0.20 207.67 0.78 0.45
Hex 19 7A CD 58 28 0 14 D0 4E 2D
Octal 31 172 315 130 50 0 24 320 116 55
Binary 11001 1111010 11001101 1011000 101000 0 10100 11010000 1001110 101101

Color Harmonies of #197ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197ACD

Black with #197ACD

Text Example


Text Example

White with #197ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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