#7093CA

Color #7093CA Danube (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Danube #7093CA

Tints of Danube #7093CA

Color information

#7093CA (or 0x7093CA) is unknown color: approx Danube. HEX triplet: 70, 93 and CA. RGB value is (112,147,202). Sum of RGB (Red+Green+Blue) = 112+147+202=461 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.30% from 461); Green value is 147 (57.81% from 255 or 31.89% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 202 - color contains mainly: blue. Hex color #7093CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7093CA is #8F6C35. Grayscale: #8E8E8E. Windows color (decimal): -9399350 or 13276016. OLE color: 13276016.

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

Color convert

RGB112147202-
CMYK0.450.2700.21
HSL216.67º45.92%61.57%-
HSV(B)216.67º44.55%79.22%-
XYZ27.7828.5859.93-
YUV142.8161.4106.03-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.30%
GREEN value IS 147 (57.81% from 255) = 31.89%
BLUE value IS 202 (79.30% from 255) = 43.82%
R=24.30%
G=31.89%
B=43.82%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1121472020.450.2700.21216.6745.9261.57
Hex7093CA2D1B015d92e3e
Octal16022331255330253315676
Binary111000010010011110010101011011101101010111011001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7093CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,147,202); }

 H1.HeaderClassName
 {
   color: #7093CA;
 }
 .AnyTagClassName
 {
   color: #7093CA;
 }
</style>
background-color css

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

 a { background-color: rgb(112,147,202); }

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

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

 span { border-color: rgb(112,147,202); }

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