Html Css Color HEX #7196CB Danube

📋 copy color: '#7196CB'

red 113 ◦ green 150 ◦ blue 203

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

Shades of Danube #7196CB

Tints of Danube #7196CB

RGB

 RED value IS 113 (44.53% from 255) = 24.25%

 GREEN value IS 150 (58.98% from 255) = 32.19%

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

R = 24.25%
G = 32.19%
B = 43.56%

CMYK

 C value IS 0.44

 M value IS 0.26

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7196CB (or 0x7196CB) is known color: Danube. HEX triplet: 71, 96 and CB. RGB value is (113,150,203). Sum of RGB (Red+Green+Blue) = 113+150+203=466 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.25% from 466); Green value is 150 (58.98% from 255 or 32.19% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #7196CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7196CB is #8E6934. Grayscale: #909090. Windows color (decimal): -9333045 or 13342321. OLE color: 13342321.

HSL color Cylindrical-coordinate representation of color #7196CB: hue angle of 215.33º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7196CB is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 113 150 203 -
CMYK 0.44 0.26 0 0.20
HSL 215.33º 0.46% 0.62% -
HSV(B) 215.33º 0.44% 0.8% -
XYZ 28.5 29.64 60.72 -
YUV 144.98 160.74 105.19 -
System Red Green Blue C M Y K H S L
Decimal 113 150 203 0.44 0.26 0 0.20 215.33 0.46 0.62
Hex 71 96 CB 2C 1A 0 14 D7 2E 3E
Octal 161 226 313 54 32 0 24 327 56 76
Binary 1110001 10010110 11001011 101100 11010 0 10100 11010111 101110 111110

Color Harmonies of #7196CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7196CB

Black with #7196CB

Text Example


Text Example

White with #7196CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7196CB; }

 p { color: rgb(113,150,203); }

 H1.HeaderClassName
 {
   color: #7196CB;
 }
 .AnyTagClassName
 {
   color: #7196CB;
 }
</style>

background-color css

<style>
 a { background-color: #7196CB; }

 a { background-color: rgb(113,150,203); }

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

border-color css

<style>
 span { border-color: #7196CB; }

 span { border-color: rgb(113,150,203); }

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