Html Css Color HEX #7196CA Danube

📋 copy color: '#7196CA'

red 113 ◦ green 150 ◦ blue 202

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

Shades of Danube #7196CA

Tints of Danube #7196CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.44%

R = 24.3%
G = 32.26%
B = 43.44%

CMYK

 C value IS 0.44

 M value IS 0.26

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7196CA (or 0x7196CA) is known color: Danube. HEX triplet: 71, 96 and CA. RGB value is (113,150,202). Sum of RGB (Red+Green+Blue) = 113+150+202=465 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.30% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 202 - color contains mainly: blue. Hex color #7196CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7196CA is #8E6935. Grayscale: #909090. Windows color (decimal): -9333046 or 13276785. OLE color: 13276785.

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

Color convert

RGB 113 150 202 -
CMYK 0.44 0.26 0 0.21
HSL 215.06º 0.46% 0.62% -
HSV(B) 215.06º 0.44% 0.79% -
XYZ 28.38 29.59 60.09 -
YUV 144.87 160.24 105.27 -
System Red Green Blue C M Y K H S L
Decimal 113 150 202 0.44 0.26 0 0.21 215.06 0.46 0.62
Hex 71 96 CA 2C 1A 0 15 D7 2E 3E
Octal 161 226 312 54 32 0 25 327 56 76
Binary 1110001 10010110 11001010 101100 11010 0 10101 11010111 101110 111110

Color Harmonies of #7196CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7196CA

Black with #7196CA

Text Example


Text Example

White with #7196CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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