#193C50

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

Shades of Green Vogue #193C50

Tints of Green Vogue #193C50

Color information

#193C50 (or 0x193C50) is unknown color: approx Green Vogue. HEX triplet: 19, 3C and 50. RGB value is (25,60,80). Sum of RGB (Red+Green+Blue) = 25+60+80=165 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.15% from 165); Green value is 60 (23.83% from 255 or 36.36% from 165); Blue value is 80 (31.64% from 255 or 48.48% from 165); Max value from RGB is 80 - color contains mainly: blue. Hex color #193C50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193C50 is #E6C3AF. Grayscale: #333333. Windows color (decimal): -15123376 or 5258265. OLE color: 5258265.

HSL color Cylindrical-coordinate representation of color #193C50: hue angle of 201.82º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #193C50 is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB256080-
CMYK0.690.2500.69
HSL201.82º52.38%20.59%-
HSV(B)201.82º68.75%31.37%-
XYZ3.464.028.18-
YUV51.82143.9108.87-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.15%
GREEN value IS 60 (23.83% from 255) = 36.36%
BLUE value IS 80 (31.64% from 255) = 48.48%
R=15.15%
G=36.36%
B=48.48%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2560800.690.2500.69201.8252.3820.59
Hex193C504519045ca3415
Octal31741201053101053126425
Binary110011111001010000100010111001010001011100101011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193C50; }

 p { color: rgb(25,60,80); }

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

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

 a { background-color: rgb(25,60,80); }

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

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

 span { border-color: rgb(25,60,80); }

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