Html Css Color HEX #134050 Green Vogue

📋 copy color: '#134050'

red 19 ◦ green 64 ◦ blue 80

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

Shades of Green Vogue #134050

Tints of Green Vogue #134050

RGB

 RED value IS 19 (7.81% from 255) = 11.66%

 GREEN value IS 64 (25.39% from 255) = 39.26%

 BLUE value IS 80 (31.64% from 255) = 49.08%

R = 11.66%
G = 39.26%
B = 49.08%

CMYK

 C value IS 0.76

 M value IS 0.20

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#134050 (or 0x134050) is known color: Green Vogue. HEX triplet: 13, 40 and 50. RGB value is (19,64,80). Sum of RGB (Red+Green+Blue) = 19+64+80=163 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.66% from 163); Green value is 64 (25.39% from 255 or 39.26% from 163); Blue value is 80 (31.64% from 255 or 49.08% from 163); Max value from RGB is 80 - color contains mainly: blue. Hex color #134050 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134050 is #ECBFAF. Grayscale: #343434. Windows color (decimal): -15515568 or 5259283. OLE color: 5259283.

HSL color Cylindrical-coordinate representation of color #134050: hue angle of 195.74º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #134050 is Cyan = 0.76, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 19 64 80 -
CMYK 0.76 0.20 0 0.69
HSL 195.74º 0.62% 0.19% -
HSV(B) 195.74º 0.76% 0.31% -
XYZ 3.55 4.38 8.25 -
YUV 52.37 143.59 104.2 -
System Red Green Blue C M Y K H S L
Decimal 19 64 80 0.76 0.20 0 0.69 195.74 0.62 0.19
Hex 13 40 50 4C 14 0 45 C4 3E 13
Octal 23 100 120 114 24 0 105 304 76 23
Binary 10011 1000000 1010000 1001100 10100 0 1000101 11000100 111110 10011

Color Harmonies of #134050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134050

Black with #134050

Text Example


Text Example

White with #134050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134050; }

 p { color: rgb(19,64,80); }

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

background-color css

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

 a { background-color: rgb(19,64,80); }

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

border-color css

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

 span { border-color: rgb(19,64,80); }

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