Html Css Color HEX #197CBA Denim

📋 copy color: '#197CBA'

red 25 ◦ green 124 ◦ blue 186

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

Shades of Denim #197CBA

Tints of Denim #197CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 55.52%

R = 7.46%
G = 37.01%
B = 55.52%

CMYK

 C value IS 0.87

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#197CBA (or 0x197CBA) is known color: Denim. HEX triplet: 19, 7C and BA. RGB value is (25,124,186). Sum of RGB (Red+Green+Blue) = 25+124+186=335 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.46% from 335); Green value is 124 (48.83% from 255 or 37.01% from 335); Blue value is 186 (73.05% from 255 or 55.52% from 335); Max value from RGB is 186 - color contains mainly: blue. Hex color #197CBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197CBA is #E68345. Grayscale: #656565. Windows color (decimal): -15106886 or 12221465. OLE color: 12221465.

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

Color convert

RGB 25 124 186 -
CMYK 0.87 0.33 0 0.27
HSL 203.11º 0.76% 0.41% -
HSV(B) 203.11º 0.87% 0.73% -
XYZ 16.47 18.17 49.09 -
YUV 101.47 175.7 73.46 -
System Red Green Blue C M Y K H S L
Decimal 25 124 186 0.87 0.33 0 0.27 203.11 0.76 0.41
Hex 19 7C BA 57 21 0 1B CB 4C 29
Octal 31 174 272 127 41 0 33 313 114 51
Binary 11001 1111100 10111010 1010111 100001 0 11011 11001011 1001100 101001

Color Harmonies of #197CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197CBA

Black with #197CBA

Text Example


Text Example

White with #197CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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