Html Css Color HEX #197DCB Denim

📋 copy color: '#197DCB'

red 25 ◦ green 125 ◦ blue 203

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

Shades of Denim #197DCB

Tints of Denim #197DCB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.41%

 BLUE value IS 203 (79.69% from 255) = 57.51%

R = 7.08%
G = 35.41%
B = 57.51%

CMYK

 C value IS 0.88

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#197DCB (or 0x197DCB) is known color: Denim. HEX triplet: 19, 7D and CB. RGB value is (25,125,203). Sum of RGB (Red+Green+Blue) = 25+125+203=353 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.08% from 353); Green value is 125 (49.22% from 255 or 35.41% from 353); Blue value is 203 (79.69% from 255 or 57.51% from 353); Max value from RGB is 203 - color contains mainly: blue. Hex color #197DCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197DCB is #E68234. Grayscale: #676767. Windows color (decimal): -15106613 or 13335833. OLE color: 13335833.

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

Color convert

RGB 25 125 203 -
CMYK 0.88 0.38 0 0.20
HSL 206.29º 0.78% 0.45% -
HSV(B) 206.29º 0.88% 0.8% -
XYZ 18.51 19.19 59.23 -
YUV 103.99 183.87 71.66 -
System Red Green Blue C M Y K H S L
Decimal 25 125 203 0.88 0.38 0 0.20 206.29 0.78 0.45
Hex 19 7D CB 58 26 0 14 CE 4E 2D
Octal 31 175 313 130 46 0 24 316 116 55
Binary 11001 1111101 11001011 1011000 100110 0 10100 11001110 1001110 101101

Color Harmonies of #197DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197DCB

Black with #197DCB

Text Example


Text Example

White with #197DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,125,203); }

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

background-color css

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

 a { background-color: rgb(25,125,203); }

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

border-color css

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

 span { border-color: rgb(25,125,203); }

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