Html Css Color HEX #197CCC Denim

📋 copy color: '#197CCC'

red 25 ◦ green 124 ◦ blue 204

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

Shades of Denim #197CCC

Tints of Denim #197CCC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.13%

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

R = 7.08%
G = 35.13%
B = 57.79%

CMYK

 C value IS 0.88

 M value IS 0.39

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#197CCC (or 0x197CCC) is known color: Denim. HEX triplet: 19, 7C and CC. RGB value is (25,124,204). Sum of RGB (Red+Green+Blue) = 25+124+204=353 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.08% from 353); Green value is 124 (48.83% from 255 or 35.13% from 353); Blue value is 204 (80.08% from 255 or 57.79% from 353); Max value from RGB is 204 - color contains mainly: blue. Hex color #197CCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197CCC is #E68333. Grayscale: #676767. Windows color (decimal): -15106868 or 13401113. OLE color: 13401113.

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

Color convert

RGB 25 124 204 -
CMYK 0.88 0.39 0 0.2
HSL 206.82º 0.78% 0.45% -
HSV(B) 206.82º 0.88% 0.8% -
XYZ 18.51 18.98 59.82 -
YUV 103.52 184.7 72 -
System Red Green Blue C M Y K H S L
Decimal 25 124 204 0.88 0.39 0 0.2 206.82 0.78 0.45
Hex 19 7C CC 58 27 0 14 CF 4E 2D
Octal 31 174 314 130 47 0 24 317 116 55
Binary 11001 1111100 11001100 1011000 100111 0 10100 11001111 1001110 101101

Color Harmonies of #197CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197CCC

Black with #197CCC

Text Example


Text Example

White with #197CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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