Html Css Color HEX #197ACC Denim

📋 copy color: '#197ACC'

red 25 ◦ green 122 ◦ blue 204

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

Shades of Denim #197ACC

Tints of Denim #197ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 58.12%

R = 7.12%
G = 34.76%
B = 58.12%

CMYK

 C value IS 0.88

 M value IS 0.40

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#197ACC (or 0x197ACC) is known color: Denim. HEX triplet: 19, 7A and CC. RGB value is (25,122,204). Sum of RGB (Red+Green+Blue) = 25+122+204=351 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.12% from 351); Green value is 122 (48.05% from 255 or 34.76% from 351); Blue value is 204 (80.08% from 255 or 58.12% from 351); Max value from RGB is 204 - color contains mainly: blue. Hex color #197ACC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197ACC is #E68533. Grayscale: #656565. Windows color (decimal): -15107380 or 13400601. OLE color: 13400601.

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

Color convert

RGB 25 122 204 -
CMYK 0.88 0.40 0 0.2
HSL 207.49º 0.78% 0.45% -
HSV(B) 207.49º 0.88% 0.8% -
XYZ 18.26 18.49 59.73 -
YUV 102.35 185.36 72.83 -
System Red Green Blue C M Y K H S L
Decimal 25 122 204 0.88 0.40 0 0.2 207.49 0.78 0.45
Hex 19 7A CC 58 28 0 14 CF 4E 2D
Octal 31 172 314 130 50 0 24 317 116 55
Binary 11001 1111010 11001100 1011000 101000 0 10100 11001111 1001110 101101

Color Harmonies of #197ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197ACC

Black with #197ACC

Text Example


Text Example

White with #197ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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