Html Css Color HEX #197DBA Denim

📋 copy color: '#197DBA'

red 25 ◦ green 125 ◦ blue 186

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

Shades of Denim #197DBA

Tints of Denim #197DBA

RGB

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

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

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

R = 7.44%
G = 37.2%
B = 55.36%

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

#197DBA (or 0x197DBA) is known color: Denim. HEX triplet: 19, 7D and BA. RGB value is (25,125,186). Sum of RGB (Red+Green+Blue) = 25+125+186=336 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.44% from 336); Green value is 125 (49.22% from 255 or 37.20% from 336); Blue value is 186 (73.05% from 255 or 55.36% from 336); Max value from RGB is 186 - color contains mainly: blue. Hex color #197DBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197DBA is #E68245. Grayscale: #656565. Windows color (decimal): -15106630 or 12221721. OLE color: 12221721.

HSL color Cylindrical-coordinate representation of color #197DBA: hue angle of 202.73º 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 #197DBA is Cyan = 0.87, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 25 125 186 -
CMYK 0.87 0.33 0 0.27
HSL 202.73º 0.76% 0.41% -
HSV(B) 202.73º 0.87% 0.73% -
XYZ 16.6 18.42 49.13 -
YUV 102.05 175.37 73.04 -
System Red Green Blue C M Y K H S L
Decimal 25 125 186 0.87 0.33 0 0.27 202.73 0.76 0.41
Hex 19 7D BA 57 21 0 1B CB 4C 29
Octal 31 175 272 127 41 0 33 313 114 51
Binary 11001 1111101 10111010 1010111 100001 0 11011 11001011 1001100 101001

Color Harmonies of #197DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197DBA

Black with #197DBA

Text Example


Text Example

White with #197DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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