Html Css Color HEX #133E49 Green Vogue

📋 copy color: '#133E49'

red 19 ◦ green 62 ◦ blue 73

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

Shades of Green Vogue #133E49

Tints of Green Vogue #133E49

RGB

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

 GREEN value IS 62 (24.61% from 255) = 40.26%

 BLUE value IS 73 (28.91% from 255) = 47.4%

R = 12.34%
G = 40.26%
B = 47.4%

CMYK

 C value IS 0.74

 M value IS 0.15

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#133E49 (or 0x133E49) is known color: Green Vogue. HEX triplet: 13, 3E and 49. RGB value is (19,62,73). Sum of RGB (Red+Green+Blue) = 19+62+73=154 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.34% from 154); Green value is 62 (24.61% from 255 or 40.26% from 154); Blue value is 73 (28.91% from 255 or 47.40% from 154); Max value from RGB is 73 - color contains mainly: blue. Hex color #133E49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133E49 is #ECC1B6. Grayscale: #323232. Windows color (decimal): -15516087 or 4800019. OLE color: 4800019.

HSL color Cylindrical-coordinate representation of color #133E49: hue angle of 192.22º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #133E49 is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 19 62 73 -
CMYK 0.74 0.15 0 0.71
HSL 192.22º 0.59% 0.18% -
HSV(B) 192.22º 0.74% 0.29% -
XYZ 3.19 4.06 6.92 -
YUV 50.4 140.75 105.61 -
System Red Green Blue C M Y K H S L
Decimal 19 62 73 0.74 0.15 0 0.71 192.22 0.59 0.18
Hex 13 3E 49 4A F 0 47 C0 3B 12
Octal 23 76 111 112 17 0 107 300 73 22
Binary 10011 111110 1001001 1001010 1111 0 1000111 11000000 111011 10010

Color Harmonies of #133E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133E49

Black with #133E49

Text Example


Text Example

White with #133E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133E49; }

 p { color: rgb(19,62,73); }

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

background-color css

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

 a { background-color: rgb(19,62,73); }

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

border-color css

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

 span { border-color: rgb(19,62,73); }

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