Html Css Color HEX #197BCC Denim

📋 copy color: '#197BCC'

red 25 ◦ green 123 ◦ blue 204

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

Shades of Denim #197BCC

Tints of Denim #197BCC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.94%

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

R = 7.1%
G = 34.94%
B = 57.95%

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

#197BCC (or 0x197BCC) is known color: Denim. HEX triplet: 19, 7B and CC. RGB value is (25,123,204). Sum of RGB (Red+Green+Blue) = 25+123+204=352 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.10% from 352); Green value is 123 (48.44% from 255 or 34.94% from 352); Blue value is 204 (80.08% from 255 or 57.95% from 352); Max value from RGB is 204 - color contains mainly: blue. Hex color #197BCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197BCC is #E68433. Grayscale: #666666. Windows color (decimal): -15107124 or 13400857. OLE color: 13400857.

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

Color convert

RGB 25 123 204 -
CMYK 0.88 0.40 0 0.2
HSL 207.15º 0.78% 0.45% -
HSV(B) 207.15º 0.88% 0.8% -
XYZ 18.38 18.73 59.77 -
YUV 102.93 185.03 72.41 -
System Red Green Blue C M Y K H S L
Decimal 25 123 204 0.88 0.40 0 0.2 207.15 0.78 0.45
Hex 19 7B CC 58 28 0 14 CF 4E 2D
Octal 31 173 314 130 50 0 24 317 116 55
Binary 11001 1111011 11001100 1011000 101000 0 10100 11001111 1001110 101101

Color Harmonies of #197BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197BCC

Black with #197BCC

Text Example


Text Example

White with #197BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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