Html Css Color HEX #133E4D Green Vogue

📋 copy color: '#133E4D'

red 19 ◦ green 62 ◦ blue 77

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

Shades of Green Vogue #133E4D

Tints of Green Vogue #133E4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 48.73%

R = 12.03%
G = 39.24%
B = 48.73%

CMYK

 C value IS 0.75

 M value IS 0.19

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#133E4D (or 0x133E4D) is known color: Green Vogue. HEX triplet: 13, 3E and 4D. RGB value is (19,62,77). Sum of RGB (Red+Green+Blue) = 19+62+77=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 62 (24.61% from 255 or 39.24% from 158); Blue value is 77 (30.47% from 255 or 48.73% from 158); Max value from RGB is 77 - color contains mainly: blue. Hex color #133E4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133E4D is #ECC1B2. Grayscale: #323232. Windows color (decimal): -15516083 or 5062163. OLE color: 5062163.

HSL color Cylindrical-coordinate representation of color #133E4D: hue angle of 195.52º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #133E4D is Cyan = 0.75, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 19 62 77 -
CMYK 0.75 0.19 0 0.70
HSL 195.52º 0.6% 0.19% -
HSV(B) 195.52º 0.75% 0.3% -
XYZ 3.33 4.12 7.64 -
YUV 50.85 142.75 105.28 -
System Red Green Blue C M Y K H S L
Decimal 19 62 77 0.75 0.19 0 0.70 195.52 0.6 0.19
Hex 13 3E 4D 4B 13 0 46 C4 3C 13
Octal 23 76 115 113 23 0 106 304 74 23
Binary 10011 111110 1001101 1001011 10011 0 1000110 11000100 111100 10011

Color Harmonies of #133E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133E4D

Black with #133E4D

Text Example


Text Example

White with #133E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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