Html Css Color HEX #197FCB Denim

📋 copy color: '#197FCB'

red 25 ◦ green 127 ◦ blue 203

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

Shades of Denim #197FCB

Tints of Denim #197FCB

RGB

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

 GREEN value IS 127 (50% from 255) = 35.77%

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

R = 7.04%
G = 35.77%
B = 57.18%

CMYK

 C value IS 0.88

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#197FCB (or 0x197FCB) is known color: Denim. HEX triplet: 19, 7F and CB. RGB value is (25,127,203). Sum of RGB (Red+Green+Blue) = 25+127+203=355 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.04% from 355); Green value is 127 (50% from 255 or 35.77% from 355); Blue value is 203 (79.69% from 255 or 57.18% from 355); Max value from RGB is 203 - color contains mainly: blue. Hex color #197FCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197FCB is #E68034. Grayscale: #686868. Windows color (decimal): -15106101 or 13336345. OLE color: 13336345.

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

Color convert

RGB 25 127 203 -
CMYK 0.88 0.37 0 0.20
HSL 205.62º 0.78% 0.45% -
HSV(B) 205.62º 0.88% 0.8% -
XYZ 18.77 19.7 59.31 -
YUV 105.17 183.21 70.82 -
System Red Green Blue C M Y K H S L
Decimal 25 127 203 0.88 0.37 0 0.20 205.62 0.78 0.45
Hex 19 7F CB 58 25 0 14 CE 4E 2D
Octal 31 177 313 130 45 0 24 316 116 55
Binary 11001 1111111 11001011 1011000 100101 0 10100 11001110 1001110 101101

Color Harmonies of #197FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197FCB

Black with #197FCB

Text Example


Text Example

White with #197FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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