Html Css Color HEX #197CB9 Denim

📋 copy color: '#197CB9'

red 25 ◦ green 124 ◦ blue 185

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

Shades of Denim #197CB9

Tints of Denim #197CB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 55.39%

R = 7.49%
G = 37.13%
B = 55.39%

CMYK

 C value IS 0.86

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#197CB9 (or 0x197CB9) is known color: Denim. HEX triplet: 19, 7C and B9. RGB value is (25,124,185). Sum of RGB (Red+Green+Blue) = 25+124+185=334 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.49% from 334); Green value is 124 (48.83% from 255 or 37.13% from 334); Blue value is 185 (72.66% from 255 or 55.39% from 334); Max value from RGB is 185 - color contains mainly: blue. Hex color #197CB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197CB9 is #E68346. Grayscale: #656565. Windows color (decimal): -15106887 or 12155929. OLE color: 12155929.

HSL color Cylindrical-coordinate representation of color #197CB9: hue angle of 202.88º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #197CB9 is Cyan = 0.86, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 25 124 185 -
CMYK 0.86 0.33 0 0.27
HSL 202.88º 0.76% 0.41% -
HSV(B) 202.88º 0.86% 0.73% -
XYZ 16.37 18.12 48.53 -
YUV 101.35 175.2 73.54 -
System Red Green Blue C M Y K H S L
Decimal 25 124 185 0.86 0.33 0 0.27 202.88 0.76 0.41
Hex 19 7C B9 56 21 0 1B CB 4C 29
Octal 31 174 271 126 41 0 33 313 114 51
Binary 11001 1111100 10111001 1010110 100001 0 11011 11001011 1001100 101001

Color Harmonies of #197CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197CB9

Black with #197CB9

Text Example


Text Example

White with #197CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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