Html Css Color HEX #133F50 Green Vogue

📋 copy color: '#133F50'

red 19 ◦ green 63 ◦ blue 80

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

Shades of Green Vogue #133F50

Tints of Green Vogue #133F50

RGB

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

 GREEN value IS 63 (25% from 255) = 38.89%

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

R = 11.73%
G = 38.89%
B = 49.38%

CMYK

 C value IS 0.76

 M value IS 0.21

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#133F50 (or 0x133F50) is known color: Green Vogue. HEX triplet: 13, 3F and 50. RGB value is (19,63,80). Sum of RGB (Red+Green+Blue) = 19+63+80=162 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.73% from 162); Green value is 63 (25% from 255 or 38.89% from 162); Blue value is 80 (31.64% from 255 or 49.38% from 162); Max value from RGB is 80 - color contains mainly: blue. Hex color #133F50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133F50 is #ECC0AF. Grayscale: #333333. Windows color (decimal): -15515824 or 5259027. OLE color: 5259027.

HSL color Cylindrical-coordinate representation of color #133F50: hue angle of 196.72º 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 #133F50 is Cyan = 0.76, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 19 63 80 -
CMYK 0.76 0.21 0 0.69
HSL 196.72º 0.62% 0.19% -
HSV(B) 196.72º 0.76% 0.31% -
XYZ 3.49 4.27 8.23 -
YUV 51.78 143.92 104.62 -
System Red Green Blue C M Y K H S L
Decimal 19 63 80 0.76 0.21 0 0.69 196.72 0.62 0.19
Hex 13 3F 50 4C 15 0 45 C5 3E 13
Octal 23 77 120 114 25 0 105 305 76 23
Binary 10011 111111 1010000 1001100 10101 0 1000101 11000101 111110 10011

Color Harmonies of #133F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133F50

Black with #133F50

Text Example


Text Example

White with #133F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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