Html Css Color HEX #719092 Juniper

📋 copy color: '#719092'

red 113 ◦ green 144 ◦ blue 146

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

Shades of Juniper #719092

Tints of Juniper #719092

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.73%

 BLUE value IS 146 (57.42% from 255) = 36.23%

R = 28.04%
G = 35.73%
B = 36.23%

CMYK

 C value IS 0.23

 M value IS 0.01

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#719092 (or 0x719092) is known color: Juniper. HEX triplet: 71, 90 and 92. RGB value is (113,144,146). Sum of RGB (Red+Green+Blue) = 113+144+146=403 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.04% from 403); Green value is 144 (56.64% from 255 or 35.73% from 403); Blue value is 146 (57.42% from 255 or 36.23% from 403); Max value from RGB is 146 - color contains mainly: blue. Hex color #719092 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719092 is #8E6F6D. Grayscale: #868686. Windows color (decimal): -9334638 or 9605233. OLE color: 9605233.

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

Color convert

RGB 113 144 146 -
CMYK 0.23 0.01 0 0.43
HSL 183.64º 0.13% 0.51% -
HSV(B) 183.64º 0.23% 0.57% -
XYZ 21.97 25.53 30.96 -
YUV 134.96 134.23 112.34 -
System Red Green Blue C M Y K H S L
Decimal 113 144 146 0.23 0.01 0 0.43 183.64 0.13 0.51
Hex 71 90 92 17 1 0 2B B8 D 33
Octal 161 220 222 27 1 0 53 270 15 63
Binary 1110001 10010000 10010010 10111 1 0 101011 10111000 1101 110011

Color Harmonies of #719092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719092

Black with #719092

Text Example


Text Example

White with #719092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719092; }

 p { color: rgb(113,144,146); }

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

background-color css

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

 a { background-color: rgb(113,144,146); }

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

border-color css

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

 span { border-color: rgb(113,144,146); }

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