Html Css Color HEX #134052 Green Vogue

📋 copy color: '#134052'

red 19 ◦ green 64 ◦ blue 82

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

Shades of Green Vogue #134052

Tints of Green Vogue #134052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 49.7%

R = 11.52%
G = 38.79%
B = 49.7%

CMYK

 C value IS 0.77

 M value IS 0.22

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#134052 (or 0x134052) is known color: Green Vogue. HEX triplet: 13, 40 and 52. RGB value is (19,64,82). Sum of RGB (Red+Green+Blue) = 19+64+82=165 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.52% from 165); Green value is 64 (25.39% from 255 or 38.79% from 165); Blue value is 82 (32.42% from 255 or 49.70% from 165); Max value from RGB is 82 - color contains mainly: blue. Hex color #134052 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134052 is #ECBFAD. Grayscale: #343434. Windows color (decimal): -15515566 or 5390355. OLE color: 5390355.

HSL color Cylindrical-coordinate representation of color #134052: hue angle of 197.14º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #134052 is Cyan = 0.77, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 19 64 82 -
CMYK 0.77 0.22 0 0.68
HSL 197.14º 0.62% 0.2% -
HSV(B) 197.14º 0.77% 0.32% -
XYZ 3.62 4.41 8.64 -
YUV 52.6 144.59 104.04 -
System Red Green Blue C M Y K H S L
Decimal 19 64 82 0.77 0.22 0 0.68 197.14 0.62 0.2
Hex 13 40 52 4D 16 0 44 C5 3E 14
Octal 23 100 122 115 26 0 104 305 76 24
Binary 10011 1000000 1010010 1001101 10110 0 1000100 11000101 111110 10100

Color Harmonies of #134052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134052

Black with #134052

Text Example


Text Example

White with #134052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134052; }

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

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

background-color css

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

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

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

border-color css

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

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

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