Html Css Color HEX #719193 Juniper

📋 copy color: '#719193'

red 113 ◦ green 145 ◦ blue 147

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

Shades of Juniper #719193

Tints of Juniper #719193

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.8%

 BLUE value IS 147 (57.81% from 255) = 36.3%

R = 27.9%
G = 35.8%
B = 36.3%

CMYK

 C value IS 0.23

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#719193 (or 0x719193) is known color: Juniper. HEX triplet: 71, 91 and 93. RGB value is (113,145,147). Sum of RGB (Red+Green+Blue) = 113+145+147=405 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.90% from 405); Green value is 145 (57.03% from 255 or 35.80% from 405); Blue value is 147 (57.81% from 255 or 36.30% from 405); Max value from RGB is 147 - color contains mainly: blue. Hex color #719193 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719193 is #8E6E6C. Grayscale: #878787. Windows color (decimal): -9334381 or 9671025. OLE color: 9671025.

HSL color Cylindrical-coordinate representation of color #719193: hue angle of 183.53º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #719193 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 145 147 -
CMYK 0.23 0.01 0 0.42
HSL 183.53º 0.14% 0.51% -
HSV(B) 183.53º 0.23% 0.58% -
XYZ 22.2 25.87 31.43 -
YUV 135.66 134.4 111.84 -
System Red Green Blue C M Y K H S L
Decimal 113 145 147 0.23 0.01 0 0.42 183.53 0.14 0.51
Hex 71 91 93 17 1 0 2A B8 E 33
Octal 161 221 223 27 1 0 52 270 16 63
Binary 1110001 10010001 10010011 10111 1 0 101010 10111000 1110 110011

Color Harmonies of #719193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719193

Black with #719193

Text Example


Text Example

White with #719193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719193; }

 p { color: rgb(113,145,147); }

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

background-color css

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

 a { background-color: rgb(113,145,147); }

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

border-color css

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

 span { border-color: rgb(113,145,147); }

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