Html Css Color HEX #197ABB Denim

📋 copy color: '#197ABB'

red 25 ◦ green 122 ◦ blue 187

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

Shades of Denim #197ABB

Tints of Denim #197ABB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.53%

 BLUE value IS 187 (73.44% from 255) = 55.99%

R = 7.49%
G = 36.53%
B = 55.99%

CMYK

 C value IS 0.87

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#197ABB (or 0x197ABB) is known color: Denim. HEX triplet: 19, 7A and BB. RGB value is (25,122,187). Sum of RGB (Red+Green+Blue) = 25+122+187=334 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.49% from 334); Green value is 122 (48.05% from 255 or 36.53% from 334); Blue value is 187 (73.44% from 255 or 55.99% from 334); Max value from RGB is 187 - color contains mainly: blue. Hex color #197ABB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197ABB is #E68544. Grayscale: #646464. Windows color (decimal): -15107397 or 12286489. OLE color: 12286489.

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

Color convert

RGB 25 122 187 -
CMYK 0.87 0.35 0 0.27
HSL 204.07º 0.76% 0.42% -
HSV(B) 204.07º 0.87% 0.73% -
XYZ 16.33 17.71 49.57 -
YUV 100.41 176.86 74.21 -
System Red Green Blue C M Y K H S L
Decimal 25 122 187 0.87 0.35 0 0.27 204.07 0.76 0.42
Hex 19 7A BB 57 23 0 1B CC 4C 2A
Octal 31 172 273 127 43 0 33 314 114 52
Binary 11001 1111010 10111011 1010111 100011 0 11011 11001100 1001100 101010

Color Harmonies of #197ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197ABB

Black with #197ABB

Text Example


Text Example

White with #197ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,122,187); }

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

background-color css

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

 a { background-color: rgb(25,122,187); }

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

border-color css

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

 span { border-color: rgb(25,122,187); }

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