Html Css Color HEX #7095C9 Danube

📋 copy color: '#7095C9'

red 112 ◦ green 149 ◦ blue 201

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

Shades of Danube #7095C9

Tints of Danube #7095C9

RGB

 RED value IS 112 (44.14% from 255) = 24.24%

 GREEN value IS 149 (58.59% from 255) = 32.25%

 BLUE value IS 201 (78.91% from 255) = 43.51%

R = 24.24%
G = 32.25%
B = 43.51%

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

#7095C9 (or 0x7095C9) is known color: Danube. HEX triplet: 70, 95 and C9. RGB value is (112,149,201). Sum of RGB (Red+Green+Blue) = 112+149+201=462 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.24% from 462); Green value is 149 (58.59% from 255 or 32.25% from 462); Blue value is 201 (78.91% from 255 or 43.51% from 462); Max value from RGB is 201 - color contains mainly: blue. Hex color #7095C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7095C9 is #8F6A36. Grayscale: #8F8F8F. Windows color (decimal): -9398839 or 13210992. OLE color: 13210992.

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

Color convert

RGB 112 149 201 -
CMYK 0.44 0.26 0 0.21
HSL 215.06º 0.45% 0.61% -
HSV(B) 215.06º 0.44% 0.79% -
XYZ 27.97 29.16 59.41 -
YUV 143.87 160.24 105.27 -
System Red Green Blue C M Y K H S L
Decimal 112 149 201 0.44 0.26 0 0.21 215.06 0.45 0.61
Hex 70 95 C9 2C 1A 0 15 D7 2D 3D
Octal 160 225 311 54 32 0 25 327 55 75
Binary 1110000 10010101 11001001 101100 11010 0 10101 11010111 101101 111101

Color Harmonies of #7095C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7095C9

Black with #7095C9

Text Example


Text Example

White with #7095C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7095C9; }

 p { color: rgb(112,149,201); }

 H1.HeaderClassName
 {
   color: #7095C9;
 }
 .AnyTagClassName
 {
   color: #7095C9;
 }
</style>

background-color css

<style>
 a { background-color: #7095C9; }

 a { background-color: rgb(112,149,201); }

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

border-color css

<style>
 span { border-color: #7095C9; }

 span { border-color: rgb(112,149,201); }

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