Html Css Color HEX #197BCD Denim

📋 copy color: '#197BCD'

red 25 ◦ green 123 ◦ blue 205

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

Shades of Denim #197BCD

Tints of Denim #197BCD

RGB

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

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

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

R = 7.08%
G = 34.84%
B = 58.07%

CMYK

 C value IS 0.88

 M value IS 0.4

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#197BCD (or 0x197BCD) is known color: Denim. HEX triplet: 19, 7B and CD. RGB value is (25,123,205). Sum of RGB (Red+Green+Blue) = 25+123+205=353 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.08% from 353); Green value is 123 (48.44% from 255 or 34.84% from 353); Blue value is 205 (80.47% from 255 or 58.07% from 353); Max value from RGB is 205 - color contains mainly: blue. Hex color #197BCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197BCD is #E68432. Grayscale: #666666. Windows color (decimal): -15107123 or 13466393. OLE color: 13466393.

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

Color convert

RGB 25 123 205 -
CMYK 0.88 0.4 0 0.20
HSL 207.33º 0.78% 0.45% -
HSV(B) 207.33º 0.88% 0.8% -
XYZ 18.5 18.78 60.41 -
YUV 103.05 185.53 72.33 -
System Red Green Blue C M Y K H S L
Decimal 25 123 205 0.88 0.4 0 0.20 207.33 0.78 0.45
Hex 19 7B CD 58 28 0 14 CF 4E 2D
Octal 31 173 315 130 50 0 24 317 116 55
Binary 11001 1111011 11001101 1011000 101000 0 10100 11001111 1001110 101101

Color Harmonies of #197BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197BCD

Black with #197BCD

Text Example


Text Example

White with #197BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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