#133B50

Color #133B50 Green Vogue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Vogue #133B50

Tints of Green Vogue #133B50

Color information

#133B50 (or 0x133B50) is unknown color: approx Green Vogue. HEX triplet: 13, 3B and 50. RGB value is (19,59,80). Sum of RGB (Red+Green+Blue) = 19+59+80=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 59 (23.44% from 255 or 37.34% from 158); Blue value is 80 (31.64% from 255 or 50.63% from 158); Max value from RGB is 80 - color contains mainly: blue. Hex color #133B50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133B50 is #ECC4AF. Grayscale: #313131. Windows color (decimal): -15516848 or 5258003. OLE color: 5258003.

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

Color convert

RGB195980-
CMYK0.760.2600.69
HSL200.66º61.62%19.41%-
HSV(B)200.66º76.25%31.37%-
XYZ3.283.858.16-
YUV49.43145.25106.29-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.03%
GREEN value IS 59 (23.44% from 255) = 37.34%
BLUE value IS 80 (31.64% from 255) = 50.63%
R=12.03%
G=37.34%
B=50.63%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1959800.760.2600.69200.6661.6219.41
Hex133B504C1A045c93e13
Octal23731201143201053117623
Binary100111110111010000100110011010010001011100100111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #133B50;
 }
 .AnyTagClassName
 {
   color: #133B50;
 }
</style>
background-color css

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

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

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

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

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

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